mailr11161 - /1.3/specific_fns/setup.py


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

Header


Content

Posted by edward on April 27, 2010 - 20:11:
Author: bugman
Date: Tue Apr 27 20:11:41 2010
New Revision: 11161

URL: http://svn.gna.org/viewcvs/relax?rev=11161&view=rev
Log:
Added the pymol_macro method to the specific object API.


Modified:
    1.3/specific_fns/setup.py

Modified: 1.3/specific_fns/setup.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/setup.py?rev=11161&r1=11160&r2=11161&view=diff
==============================================================================
--- 1.3/specific_fns/setup.py (original)
+++ 1.3/specific_fns/setup.py Tue Apr 27 20:11:41 2010
@@ -153,6 +153,10 @@
         if eqi == 'pack_sim_data':
             function = inst.sim_pack_data
 
+        # Pymol macro creation.
+        if eqi == 'pymol_macro':
+            function = inst.pymol_macro
+
         # Read results file function (Columnar format).
         if eqi == 'read_columnar_results':
             function = inst.read_columnar_results




Related Messages


Powered by MHonArc, Updated Wed Apr 28 11:40:03 2010