mailr10091 - /1.3/sample_scripts/mf_multimodel.py


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

Header


Content

Posted by edward on December 14, 2009 - 13:16:
Author: bugman
Date: Mon Dec 14 13:16:58 2009
New Revision: 10091

URL: http://svn.gna.org/viewcvs/relax?rev=10091&view=rev
Log:
Fix for the call to spin.name().  The keyword arg must be specified as 'name'!


Modified:
    1.3/sample_scripts/mf_multimodel.py

Modified: 1.3/sample_scripts/mf_multimodel.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/sample_scripts/mf_multimodel.py?rev=10091&r1=10090&r2=10091&view=diff
==============================================================================
--- 1.3/sample_scripts/mf_multimodel.py (original)
+++ 1.3/sample_scripts/mf_multimodel.py Mon Dec 14 13:16:58 2009
@@ -39,7 +39,7 @@
     structure.read_pdb('example.pdb')
 
     # Set the spin name and then load the NH vectors.
-    spin.name('N')
+    spin.name(name='N')
     structure.vectors(spin_id='@N', attached='H*', ave=False)
 
     # Load the relaxation data.




Related Messages


Powered by MHonArc, Updated Mon Dec 14 15:00:02 2009