mailr7210 - /1.3/specific_fns/n_state_model.py


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

Header


Content

Posted by edward on August 20, 2008 - 21:18:
Author: bugman
Date: Wed Aug 20 20:22:16 2008
New Revision: 7210

URL: http://svn.gna.org/viewcvs/relax?rev=7210&view=rev
Log:
Fixed a call to atom_add().


Modified:
    1.3/specific_fns/n_state_model.py

Modified: 1.3/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/n_state_model.py?rev=7210&r1=7209&r2=7210&view=diff
==============================================================================
--- 1.3/specific_fns/n_state_model.py (original)
+++ 1.3/specific_fns/n_state_model.py Wed Aug 20 20:22:16 2008
@@ -223,7 +223,7 @@
         structure = Internal()
 
         # Add the pivot point.
-        structure.atom_add(atom_id='R', record_name='HETATM', atom_name='R', 
res_name='PIV', res_num=1, pos=cdp.pivot_point, element='C')
+        structure.atom_add(pdb_record='HETATM', atom_name='R', 
res_name='PIV', res_num=1, pos=cdp.pivot_point, element='C')
 
         # Generate the average pivot-CoM vectors.
         print "\nGenerating the average pivot-CoM vectors."




Related Messages


Powered by MHonArc, Updated Thu Aug 21 15:20:35 2008