mailr2703 - /branches/tensor_pdb/generic_fns/pymol.py


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

Header


Content

Posted by edward . dauvergne on October 29, 2006 - 09:39:
Author: bugman
Date: Sun Oct 29 09:39:19 2006
New Revision: 2703

URL: http://svn.gna.org/viewcvs/relax?rev=2703&view=rev
Log:
Renamed the pymol pipe kept at 'self.relax.data' from 'molmol' to 'pymol'.


Modified:
    branches/tensor_pdb/generic_fns/pymol.py

Modified: branches/tensor_pdb/generic_fns/pymol.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/tensor_pdb/generic_fns/pymol.py?rev=2703&r1=2702&r2=2703&view=diff
==============================================================================
--- branches/tensor_pdb/generic_fns/pymol.py (original)
+++ branches/tensor_pdb/generic_fns/pymol.py Sun Oct 29 09:39:19 2006
@@ -119,7 +119,7 @@
         self.relax.IO.test_binary('pymol')
 
         # Open the PyMOL pipe.
-        self.relax.data.molmol = popen("pymol -qp", 'w', 0)
+        self.relax.data.pymol = popen("pymol -qp", 'w', 0)
 
         # Execute the command history.
         if len(self.command_history) > 0:




Related Messages


Powered by MHonArc, Updated Mon Oct 30 08:40:08 2006