mailr19409 - /trunk/pipe_control/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 April 09, 2013 - 21:53:
Author: bugman
Date: Tue Apr  9 21:53:41 2013
New Revision: 19409

URL: http://svn.gna.org/viewcvs/relax?rev=19409&view=rev
Log:
Restored the default behaviour of the spin_loop().

The skip_desel flag is now functional and defaults to False.


Modified:
    trunk/pipe_control/mol_res_spin.py

Modified: trunk/pipe_control/mol_res_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/mol_res_spin.py?rev=19409&r1=19408&r2=19409&view=diff
==============================================================================
--- trunk/pipe_control/mol_res_spin.py (original)
+++ trunk/pipe_control/mol_res_spin.py Tue Apr  9 21:53:41 2013
@@ -3637,7 +3637,7 @@
                     continue
 
                 # Skip deselected spins.
-                if not spin.select:
+                if skip_desel and not spin.select:
                     continue
 
                 # Generate the spin id.




Related Messages


Powered by MHonArc, Updated Wed Apr 10 10:40:02 2013