mailr6551 - /1.3/sample_scripts/full_analysis.py


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

Header


Content

Posted by edward on June 29, 2008 - 01:02:
Author: bugman
Date: Sun Jun 29 01:02:18 2008
New Revision: 6551

URL: http://svn.gna.org/viewcvs/relax?rev=6551&view=rev
Log:
Another retarded bug fixed.


Modified:
    1.3/sample_scripts/full_analysis.py

Modified: 1.3/sample_scripts/full_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/sample_scripts/full_analysis.py?rev=6551&r1=6550&r2=6551&view=diff
==============================================================================
--- 1.3/sample_scripts/full_analysis.py (original)
+++ 1.3/sample_scripts/full_analysis.py Sun Jun 29 01:02:18 2008
@@ -410,7 +410,7 @@
 
         # Create a string representation of the model-free models of the 
current data pipe.
         curr_models = ''
-        for spin in spin_loop()
+        for spin in spin_loop():
             if hasattr(spin, 'model'):
                 if not spin.model == 'None':
                     curr_models = curr_models + spin.model




Related Messages


Powered by MHonArc, Updated Sun Jun 29 01:20:22 2008