mailr3500 - /1.3/generic_fns/selection.py


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

Header


Content

Posted by edward on November 11, 2007 - 21:35:
Author: bugman
Date: Sun Nov 11 21:35:47 2007
New Revision: 3500

URL: http://svn.gna.org/viewcvs/relax?rev=3500&view=rev
Log:
Removed the RelaxError when spin selections are feed into the residue loop.


Modified:
    1.3/generic_fns/selection.py

Modified: 1.3/generic_fns/selection.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/selection.py?rev=3500&r1=3499&r2=3500&view=diff
==============================================================================
--- 1.3/generic_fns/selection.py (original)
+++ 1.3/generic_fns/selection.py Sun Nov 11 21:35:47 2007
@@ -445,10 +445,6 @@
     # Parse the selection string.
     select_obj = Selection(selection)
 
-    # Disallowed selections.
-    if select_obj.spins:
-        raise RelaxSpinSelectDisallowError
-
     # Loop over the molecules.
     for mol in relax_data_store[pipe].mol:
         # Skip the molecule if there is no match to the selection.




Related Messages


Powered by MHonArc, Updated Sun Nov 11 21:40:13 2007