mailr11089 - /1.3/prompt/molmol.py


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

Header


Content

Posted by edward on April 20, 2010 - 11:47:
Author: bugman
Date: Tue Apr 20 11:47:52 2010
New Revision: 11089

URL: http://svn.gna.org/viewcvs/relax?rev=11089&view=rev
Log:
Fix for the molmol.clear_history() user function.

This was calling the non-existent self.__relax__ structure.


Modified:
    1.3/prompt/molmol.py

Modified: 1.3/prompt/molmol.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/molmol.py?rev=11089&r1=11088&r2=11089&view=diff
==============================================================================
--- 1.3/prompt/molmol.py (original)
+++ 1.3/prompt/molmol.py Tue Apr 20 11:47:52 2010
@@ -44,7 +44,7 @@
             print(text)
 
         # Execute the functional code.
-        self.__relax__.generic.molmol.clear_history()
+        molmol.clear_history()
 
 
     def command(self, command=None):




Related Messages


Powered by MHonArc, Updated Tue Apr 20 14:00:02 2010