mailr7003 - /1.3/sample_scripts/grace.py


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

Header


Content

Posted by sebastien . morin . 1 on July 28, 2008 - 21:52:
Author: semor
Date: Mon Jul 28 21:52:28 2008
New Revision: 7003

URL: http://svn.gna.org/viewcvs/relax?rev=7003&view=rev
Log:
Conversion of force flags to bools.


Modified:
    1.3/sample_scripts/grace.py

Modified: 1.3/sample_scripts/grace.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/sample_scripts/grace.py?rev=7003&r1=7002&r2=7003&view=diff
==============================================================================
--- 1.3/sample_scripts/grace.py (original)
+++ 1.3/sample_scripts/grace.py Mon Jul 28 21:52:28 2008
@@ -8,7 +8,7 @@
 results.read(name)
 
 # Grace plot.
-grace.write(name, x_data_type='s2', y_data_type='te', plot_data='sim', 
file='s2_te.agr', force=1)
+grace.write(name, x_data_type='s2', y_data_type='te', plot_data='sim', 
file='s2_te.agr', force=True)
 
 # View the plot.
 grace.view(file='s2_te.agr')




Related Messages


Powered by MHonArc, Updated Mon Jul 28 22:00:16 2008