mailr20851 - /branches/relax_disp/gui/wizards/wiz_objects.py


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

Header


Content

Posted by edward on September 05, 2013 - 15:45:
Author: bugman
Date: Thu Sep  5 15:45:58 2013
New Revision: 20851

URL: http://svn.gna.org/viewcvs/relax?rev=20851&view=rev
Log:
The peak intensity wizard requires more than 10 pages.

The hardcoded limit of a maximum of 10 wizard pages has been increased to 15. 
 Due to the
non-linearity for the wizard pages, not all are seen, but many pages are 
required.


Modified:
    branches/relax_disp/gui/wizards/wiz_objects.py

Modified: branches/relax_disp/gui/wizards/wiz_objects.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/gui/wizards/wiz_objects.py?rev=20851&r1=20850&r2=20851&view=diff
==============================================================================
--- branches/relax_disp/gui/wizards/wiz_objects.py (original)
+++ branches/relax_disp/gui/wizards/wiz_objects.py Thu Sep  5 15:45:58 2013
@@ -415,8 +415,8 @@
         self._seq_prev = []
         self._skip_flag = []
 
-        # A max of 10 pages should be plenty enough (any more and the 
developer should be shot!).
-        for i in range(10):
+        # A max of 15 pages should be enough.
+        for i in range(15):
             # Append some Nones.
             self._pages.append(None)
 




Related Messages


Powered by MHonArc, Updated Thu Sep 05 16:00:01 2013