mailr4924 - /1.3/generic_fns/molmol.py


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

Header


Content

Posted by edward on February 07, 2008 - 11:30:
Author: bugman
Date: Thu Feb  7 11:30:29 2008
New Revision: 4924

URL: http://svn.gna.org/viewcvs/relax?rev=4924&view=rev
Log:
Converted the Molmol view() function to the new relax design.


Modified:
    1.3/generic_fns/molmol.py

Modified: 1.3/generic_fns/molmol.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/molmol.py?rev=4924&r1=4923&r2=4924&view=diff
==============================================================================
--- 1.3/generic_fns/molmol.py (original)
+++ 1.3/generic_fns/molmol.py Thu Feb  7 11:30:29 2008
@@ -249,11 +249,8 @@
     pipe_write("RadiusAtom 1.5")
 
 
-def view(run=None):
+def view():
     """Function for running Molmol."""
-
-    # Arguments.
-    run = run
 
     # Open a Molmol pipe.
     if pipe_open_test():




Related Messages


Powered by MHonArc, Updated Thu Feb 07 11:40:07 2008