mailr25865 - /branches/frame_order_cleanup/specific_analyses/frame_order/uf.py


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

Header


Content

Posted by edward on September 17, 2014 - 17:11:
Author: bugman
Date: Wed Sep 17 17:11:16 2014
New Revision: 25865

URL: http://svn.gna.org/viewcvs/relax?rev=25865&view=rev
Log:
Small fix for the frame_order.sobol_setup user function backend.

Modified:
    branches/frame_order_cleanup/specific_analyses/frame_order/uf.py

Modified: branches/frame_order_cleanup/specific_analyses/frame_order/uf.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/frame_order/uf.py?rev=25865&r1=25864&r2=25865&view=diff
==============================================================================
--- branches/frame_order_cleanup/specific_analyses/frame_order/uf.py    
(original)
+++ branches/frame_order_cleanup/specific_analyses/frame_order/uf.py    Wed 
Sep 17 17:11:16 2014
@@ -380,7 +380,7 @@
     pipes.test()
 
     # Throw a warning to the user if not enough points are being used.
-    if num < 200:
+    if max_num < 200:
         warn(RelaxWarning("To obtain reliable results in a frame order 
analysis, the maximum number of integration points should be greater than 
200."))
  
     # Store the values.




Related Messages


Powered by MHonArc, Updated Wed Sep 17 17:20:03 2014