mailr5454 - /1.3/generic_fns/structure/main.py


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

Header


Content

Posted by edward on April 08, 2008 - 18:15:
Author: bugman
Date: Tue Apr  8 18:15:29 2008
New Revision: 5454

URL: http://svn.gna.org/viewcvs/relax?rev=5454&view=rev
Log:
The position vector is added to the SpinContainer in the load_spins() 
function.


Modified:
    1.3/generic_fns/structure/main.py

Modified: 1.3/generic_fns/structure/main.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/structure/main.py?rev=5454&r1=5453&r2=5454&view=diff
==============================================================================
--- 1.3/generic_fns/structure/main.py (original)
+++ 1.3/generic_fns/structure/main.py Tue Apr  8 18:15:29 2008
@@ -104,6 +104,9 @@
 
             # Get the container.
             spin_cont = res_cont.spin[-1]
+
+        # Add the position vector to the spin container.
+        spin_cont.pos = pos
 
 
 def read_pdb(file=None, dir=None, model=None, parser='scientific', 
fail=True, verbosity=1):




Related Messages


Powered by MHonArc, Updated Tue Apr 08 18:20:13 2008