mailr21494 - /trunk/pipe_control/sequence.py


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

Header


Content

Posted by edward on November 17, 2013 - 20:42:
Author: bugman
Date: Sun Nov 17 20:42:06 2013
New Revision: 21494

URL: http://svn.gna.org/viewcvs/relax?rev=21494&view=rev
Log:
Fix for a fatal typo in the previous commit (r21493).


Modified:
    trunk/pipe_control/sequence.py

Modified: trunk/pipe_control/sequence.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/sequence.py?rev=21494&r1=21493&r2=21494&view=diff
==============================================================================
--- trunk/pipe_control/sequence.py (original)
+++ trunk/pipe_control/sequence.py Sun Nov 17 20:42:06 2013
@@ -377,7 +377,7 @@
     # Loop over the containers.
     for i in range(len(interatoms)):
         # Get the attached spin.
-        if interatoms[i].spin_id1 == spin_id
+        if interatoms[i].spin_id1 == spin_id:
             attached = return_spin(interatoms[i].spin_id2)
         else:
             attached = return_spin(interatoms[i].spin_id1)




Related Messages


Powered by MHonArc, Updated Sun Nov 17 21:00:02 2013