mailr5966 - /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 April 24, 2008 - 01:07:
Author: bugman
Date: Thu Apr 24 00:28:14 2008
New Revision: 5966

URL: http://svn.gna.org/viewcvs/relax?rev=5966&view=rev
Log:
Removed some dodgy code from return_molecule().


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=5966&r1=5965&r2=5966&view=diff
==============================================================================
--- 1.3/generic_fns/selection.py (original)
+++ 1.3/generic_fns/selection.py Thu Apr 24 00:28:14 2008
@@ -911,10 +911,6 @@
     # Parse the selection string.
     select_obj = Selection(selection)
 
-    # No selection.
-    if len(select_obj.molecules) == 0:
-        return None
-
     # Loop over the molecules.
     mol_num = 0
     mol_container = None




Related Messages


Powered by MHonArc, Updated Thu Apr 24 01:40:17 2008