mailr3689 - /1.3/prompt/residue.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 - 16:53:
Author: bugman
Date: Tue Nov 20 16:53:14 2007
New Revision: 3689

URL: http://svn.gna.org/viewcvs/relax?rev=3689&view=rev
Log:
Fixed the print out of the residue.copy() user function.


Modified:
    1.3/prompt/residue.py

Modified: 1.3/prompt/residue.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/residue.py?rev=3689&r1=3688&r2=3689&view=diff
==============================================================================
--- 1.3/prompt/residue.py (original)
+++ 1.3/prompt/residue.py Tue Nov 20 16:53:14 2007
@@ -90,8 +90,8 @@
         if self.__relax__.interpreter.intro:
             text = sys.ps3 + "residue.copy("
             text = text + "pipe_from=" + `pipe_from`
-            text = text + "res_from=" + `res_from`
-            text = text + "pipe_to=" + `pipe_to`
+            text = text + ", res_from=" + `res_from`
+            text = text + ", pipe_to=" + `pipe_to`
             text = text + ", res_to=" + `res_to` + ")"
             print text
 




Related Messages


Powered by MHonArc, Updated Tue Nov 20 17:00:30 2007