mailr14491 - /1.3/gui/results_viewer.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:18:
Author: bugman
Date: Fri Aug 26 14:18:58 2011
New Revision: 14491

URL: http://svn.gna.org/viewcvs/relax?rev=14491&view=rev
Log:
The results viewer window can now open Molmol macro files.


Modified:
    1.3/gui/results_viewer.py

Modified: 1.3/gui/results_viewer.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/results_viewer.py?rev=14491&r1=14490&r2=14491&view=diff
==============================================================================
--- 1.3/gui/results_viewer.py (original)
+++ 1.3/gui/results_viewer.py Fri Aug 26 14:18:58 2011
@@ -244,9 +244,13 @@
             if type == 'grace':
                 self.gui.user_functions.grace.view(None, file=file)
 
-            # PyMOL files.
+            # PyMOL macro files.
             if type == 'pymol':
                 self.gui.user_functions.pymol.macro_run(None, file=file)
+
+            # Molmol macro files.
+            if type == 'molmol':
+                self.gui.user_functions.molmol.macro_run(None, file=file)
 
             # Diffusion tensor PDB.
             elif type == 'diff_tensor_pdb':




Related Messages


Powered by MHonArc, Updated Fri Aug 26 14:40:03 2011