mailr9206 - /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 July 13, 2009 - 15:19:
Author: bugman
Date: Mon Jul 13 15:19:41 2009
New Revision: 9206

URL: http://svn.gna.org/viewcvs/relax?rev=9206&view=rev
Log:
Bug fix for the molmol macro setup.

This was not being correctly retrieved.


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=9206&r1=9205&r2=9206&view=diff
==============================================================================
--- 1.3/generic_fns/molmol.py (original)
+++ 1.3/generic_fns/molmol.py Mon Jul 13 15:19:41 2009
@@ -75,7 +75,7 @@
     """
 
     # Specific Molmol macro creation function.
-    molmol_macro = get_specific_fn('molmol_macro', pipes.get_pipe())
+    molmol_macro = get_specific_fn('molmol_macro', pipes.get_type())
 
     # Get the macro.
     commands = molmol_macro(data_type, style, colour_start, colour_end, 
colour_list)




Related Messages


Powered by MHonArc, Updated Mon Jul 13 15:40:04 2009