mailr14181 - /1.3/auto_analyses/dauvergne_protocol.py


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

Header


Content

Posted by edward on August 05, 2011 - 15:40:
Author: bugman
Date: Fri Aug  5 15:40:08 2011
New Revision: 14181

URL: http://svn.gna.org/viewcvs/relax?rev=14181&view=rev
Log:
Fix for the resetting of the global optimisation round in the 
dauvergne_protocol auto-analysis.

The value was being reset to None at every round.


Modified:
    1.3/auto_analyses/dauvergne_protocol.py

Modified: 1.3/auto_analyses/dauvergne_protocol.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/auto_analyses/dauvergne_protocol.py?rev=14181&r1=14180&r2=14181&view=diff
==============================================================================
--- 1.3/auto_analyses/dauvergne_protocol.py (original)
+++ 1.3/auto_analyses/dauvergne_protocol.py Fri Aug  5 15:40:08 2011
@@ -664,8 +664,8 @@
                     if converged or not self.conv_loop:
                         break
 
-                # Unset the status.
-                status.dAuvergne_protocol.round = None
+            # Unset the status.
+            status.dAuvergne_protocol.round = None
 
 
         # Final run.




Related Messages


Powered by MHonArc, Updated Fri Aug 05 16:00:02 2011