mailr3422 - /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 04, 2007 - 18:18:
Author: bugman
Date: Sun Nov  4 18:04:22 2007
New Revision: 3422

URL: http://svn.gna.org/viewcvs/relax?rev=3422&view=rev
Log:
Another fix for the 'return_molecule()' function.


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=3422&r1=3421&r2=3422&view=diff
==============================================================================
--- 1.3/generic_fns/selection.py (original)
+++ 1.3/generic_fns/selection.py Sun Nov  4 18:04:22 2007
@@ -458,10 +458,6 @@
     @rtype:             instance of the MoleculeContainer class.
     """
 
-    # No selection.
-    if selection == None:
-        return relax_data_store[pipe].mol[0]
-
     # The data pipe.
     if pipe == None:
         pipe = relax_data_store.current_pipe




Related Messages


Powered by MHonArc, Updated Sun Nov 04 18:20:21 2007