mailr9799 - /1.3/specific_fns/frame_order.py


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

Header


Content

Posted by edward on October 27, 2009 - 15:24:
Author: bugman
Date: Tue Oct 27 15:24:25 2009
New Revision: 9799

URL: http://svn.gna.org/viewcvs/relax?rev=9799&view=rev
Log:
Fix for the frame order grid search.


Modified:
    1.3/specific_fns/frame_order.py

Modified: 1.3/specific_fns/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/frame_order.py?rev=9799&r1=9798&r2=9799&view=diff
==============================================================================
--- 1.3/specific_fns/frame_order.py (original)
+++ 1.3/specific_fns/frame_order.py Tue Oct 27 15:24:25 2009
@@ -730,7 +730,7 @@
                     # Set the default bounds.
                     if default_bounds:
                         lower.append(0.0)
-                        upper.append(pi * (1.0 - 1.0/incs[i]))
+                        upper.append(pi)
 
             # Get the grid row.
             if not row:




Related Messages


Powered by MHonArc, Updated Tue Oct 27 15:40:02 2009