mailr6553 - /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:06:
Author: bugman
Date: Sun Jun 29 01:05:59 2008
New Revision: 6553

URL: http://svn.gna.org/viewcvs/relax?rev=6553&view=rev
Log:
Removed a call to the non-existent nuclei() user function.


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=6553&r1=6552&r2=6553&view=diff
==============================================================================
--- 1.3/sample_scripts/full_analysis.py (original)
+++ 1.3/sample_scripts/full_analysis.py Sun Jun 29 01:05:59 2008
@@ -582,9 +582,7 @@
         else:
             self.pipes = MF_MODELS
 
-        # Nuclei type
-        nuclei(HETNUC)
-
+        # Loop over the data pipes.
         for name in self.pipes:
             # Create the data pipe.
             if ds.has_key(name):




Related Messages


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