mailr5844 - /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 20, 2008 - 14:45:
Author: bugman
Date: Sun Apr 20 14:45:30 2008
New Revision: 5844

URL: http://svn.gna.org/viewcvs/relax?rev=5844&view=rev
Log:
Fix for the atom_id string.


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=5844&r1=5843&r2=5844&view=diff
==============================================================================
--- 1.3/generic_fns/structure/main.py (original)
+++ 1.3/generic_fns/structure/main.py Sun Apr 20 14:45:30 2008
@@ -235,8 +235,8 @@
         if not spin.select:
             continue
 
-        # The spin identification string.
-        spin_id = generate_spin_id(mol_name, res_num, res_name, spin.num, 
spin.name)
+        # The atom identification string.
+        atom_id = generate_spin_id(mol_name, res_num, res_name, spin.num, 
spin.name)
 
         # Get the attached proton.
         atom_num, atom_name, element, pos = 
cdp.structure.attached_atom(atom_id=atom_id, attached_atom=proton)




Related Messages


Powered by MHonArc, Updated Sun Apr 20 17:20:16 2008