mailr10951 - /1.3/generic_fns/pymol.py


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

Header


Content

Posted by edward on March 09, 2010 - 11:15:
Author: bugman
Date: Tue Mar  9 11:15:26 2010
New Revision: 10951

URL: http://svn.gna.org/viewcvs/relax?rev=10951&view=rev
Log:
Removed the pipe test from the pymol.cone_pdb() user function.

This check is not necessary as a data pipe is not needed for this.


Modified:
    1.3/generic_fns/pymol.py

Modified: 1.3/generic_fns/pymol.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/pymol.py?rev=10951&r1=10950&r2=10951&view=diff
==============================================================================
--- 1.3/generic_fns/pymol.py (original)
+++ 1.3/generic_fns/pymol.py Tue Mar  9 11:15:26 2010
@@ -205,9 +205,6 @@
     @keyword file:  The name of the file containing the cone geometric 
object.
     @type file:     str
     """
-
-    # Test if the current data pipe exists.
-    pipes.test()
 
     # Read in the cone PDB file.
     pymol.pipe_write("load " + file)




Related Messages


Powered by MHonArc, Updated Tue Mar 09 12:00:02 2010