mailr7252 - /1.3/prompt/grace.py


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

Header


Content

Posted by edward on September 24, 2008 - 18:00:
Author: bugman
Date: Wed Sep 24 18:00:27 2008
New Revision: 7252

URL: http://svn.gna.org/viewcvs/relax?rev=7252&view=rev
Log:
Fixed the grace.write() user function interface.


Modified:
    1.3/prompt/grace.py

Modified: 1.3/prompt/grace.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/grace.py?rev=7252&r1=7251&r2=7252&view=diff
==============================================================================
--- 1.3/prompt/grace.py (original)
+++ 1.3/prompt/grace.py Wed Sep 24 18:00:27 2008
@@ -238,7 +238,7 @@
             raise RelaxBoolError, ('normalisation flag', norm)
 
         # Execute the functional code.
-        grace.write(x_data_type=x_data_type, y_data_type=y_data_type, 
res_num=res_num, res_name=res_name, plot_data=plot_data, file=file, dir=dir, 
force=force, norm=norm)
+        grace.write(x_data_type=x_data_type, y_data_type=y_data_type, 
spin_id=spin_id, plot_data=plot_data, file=file, dir=dir, force=force, 
norm=norm)
 
 
 




Related Messages


Powered by MHonArc, Updated Wed Sep 24 18:20:02 2008