mailr12862 - /1.3/gui/analyses/auto_rx_base.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by michael . bieri on June 07, 2011 - 02:43:
Author: michaelbieri
Date: Tue Jun  7 02:43:01 2011
New Revision: 12862

URL: http://svn.gna.org/viewcvs/relax?rev=12862&view=rev
Log:
Allowed to load 50 peaklists.

Modified:
    1.3/gui/analyses/auto_rx_base.py

Modified: 1.3/gui/analyses/auto_rx_base.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/analyses/auto_rx_base.py?rev=12862&r1=12861&r2=12862&view=diff
==============================================================================
--- 1.3/gui/analyses/auto_rx_base.py (original)
+++ 1.3/gui/analyses/auto_rx_base.py Tue Jun  7 02:43:01 2011
@@ -157,7 +157,7 @@
         """Fuction to load/select peak lists and set relaxation time.""" 
         
         # Number of peaklists
-        self.pk_list = 20
+        self.pk_list = 50
 
         # Sizer
         sizer = wx.BoxSizer(wx.HORIZONTAL)




Related Messages


Powered by MHonArc, Updated Tue Jun 07 03:00:02 2011