mailr8786 - /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 February 11, 2009 - 21:54:
Author: bugman
Date: Wed Feb 11 21:54:08 2009
New Revision: 8786

URL: http://svn.gna.org/viewcvs/relax?rev=8786&view=rev
Log:
Bug fix for the setting of the spin name.

This was found by Pierre-Yves Savard <Pierre-Yves dot Savard att bcm dot 
ulaval dot ca> in the post
https://mail.gna.org/public/relax-users/2009-02/msg00008.html (Message-id:
<49932AF0.5040503@xxxxxxxxxxxxx>).


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=8786&r1=8785&r2=8786&view=diff
==============================================================================
--- 1.3/sample_scripts/full_analysis.py (original)
+++ 1.3/sample_scripts/full_analysis.py Wed Feb 11 21:54:08 2009
@@ -628,7 +628,7 @@
 
             # Name the spins if necessary.
             if SEQ_ARGS[6] == None:
-                spin.name(HET_NAME)
+                spin.name(name=HET_NAME)
 
             # Load the PDB file and calculate the unit vectors parallel to 
the XH bond.
             if not local_tm and PDB_FILE:




Related Messages


Powered by MHonArc, Updated Thu Feb 12 10:00:02 2009