mailr9586 - /1.3/generic_fns/mol_res_spin.py


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

Header


Content

Posted by edward on October 06, 2009 - 16:14:
Author: bugman
Date: Tue Oct  6 16:14:54 2009
New Revision: 9586

URL: http://svn.gna.org/viewcvs/relax?rev=9586&view=rev
Log:
Fix for the spin_id_to_data_list() function.

The spin ID string was incorrectly named.


Modified:
    1.3/generic_fns/mol_res_spin.py

Modified: 1.3/generic_fns/mol_res_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/mol_res_spin.py?rev=9586&r1=9585&r2=9586&view=diff
==============================================================================
--- 1.3/generic_fns/mol_res_spin.py (original)
+++ 1.3/generic_fns/mol_res_spin.py Tue Oct  6 16:14:54 2009
@@ -2098,7 +2098,7 @@
     """
 
     # Split up the spin ID.
-    mol_token, res_token, spin_token = tokenise(select_string)
+    mol_token, res_token, spin_token = tokenise(id)
     mol_info = parse_token(mol_token)
     res_info = parse_token(res_token)
     spin_info = parse_token(spin_token)




Related Messages


Powered by MHonArc, Updated Tue Oct 06 16:40:01 2009