mailr14490 - /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 August 26, 2011 - 14:17:
Author: bugman
Date: Fri Aug 26 14:17:14 2011
New Revision: 14490

URL: http://svn.gna.org/viewcvs/relax?rev=14490&view=rev
Log:
The molmol macro files are no registered in the results file list as such.

They were previously registered as Grace files.


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=14490&r1=14489&r2=14490&view=diff
==============================================================================
--- 1.3/generic_fns/molmol.py (original)
+++ 1.3/generic_fns/molmol.py Fri Aug 26 14:17:14 2011
@@ -301,7 +301,7 @@
     # Add the file to the results file list.
     if not hasattr(cdp, 'result_files'):
         cdp.result_files = []
-    cdp.result_files.append(['grace', 'Grace', file_path])
+    cdp.result_files.append(['molmol', 'Molmol', file_path])
     status.observers.result_file.notify()
 
 




Related Messages


Powered by MHonArc, Updated Fri Aug 26 14:20:02 2011