mailr3650 - /1.3/prompt/molecule.py


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

Header


Content

Posted by edward on November 20, 2007 - 11:48:
Author: bugman
Date: Tue Nov 20 11:48:56 2007
New Revision: 3650

URL: http://svn.gna.org/viewcvs/relax?rev=3650&view=rev
Log:
Fixed the printout of the molecule.copy() user function.


Modified:
    1.3/prompt/molecule.py

Modified: 1.3/prompt/molecule.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/molecule.py?rev=3650&r1=3649&r2=3650&view=diff
==============================================================================
--- 1.3/prompt/molecule.py (original)
+++ 1.3/prompt/molecule.py Tue Nov 20 11:48:56 2007
@@ -86,8 +86,8 @@
         if self.__relax__.interpreter.intro:
             text = sys.ps3 + "molecule.copy("
             text = text + "pipe_from=" + `pipe_from`
-            text = text + "mol_from=" + `mol_from`
-            text = text + "pipe_to=" + `pipe_to`
+            text = text + ", mol_from=" + `mol_from`
+            text = text + ", pipe_to=" + `pipe_to`
             text = text + ", mol_to=" + `mol_to` + ")"
             print text
 




Related Messages


Powered by MHonArc, Updated Tue Nov 20 12:00:10 2007