mailr5017 - /1.3/sample_scripts/cv.py


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

Header


Content

Posted by edward on February 19, 2008 - 11:45:
Author: bugman
Date: Tue Feb 19 11:45:25 2008
New Revision: 5017

URL: http://svn.gna.org/viewcvs/relax?rev=5017&view=rev
Log:
A small comment fix for the cv.py sample script.


Modified:
    1.3/sample_scripts/cv.py

Modified: 1.3/sample_scripts/cv.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/sample_scripts/cv.py?rev=5017&r1=5016&r2=5017&view=diff
==============================================================================
--- 1.3/sample_scripts/cv.py (original)
+++ 1.3/sample_scripts/cv.py Tue Feb 19 11:45:25 2008
@@ -97,7 +97,7 @@
 # Switch to the 'cv' data pipe.
 pipe.switch('cv')
 
-# Delete the relaxation data copied over to the run 'cv' and then load all 
the data.
+# Delete the relaxation data copied over to the 'cv' data pipe and then load 
all the data.
 delete(data_type='relax_data')
 for i in xrange(len(ri_labels)):
     relax_data.read(ri_labels[i], frq_labels[i], frqs[i], file_names[i])




Related Messages


Powered by MHonArc, Updated Tue Feb 19 12:00:45 2008