mailr7643 - /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 October 12, 2008 - 13:02:
Author: bugman
Date: Sun Oct 12 13:02:29 2008
New Revision: 7643

URL: http://svn.gna.org/viewcvs/relax?rev=7643&view=rev
Log:
Activated the specific model_type() method.


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=7643&r1=7642&r2=7643&view=diff
==============================================================================
--- 1.3/specific_fns/setup.py (original)
+++ 1.3/specific_fns/setup.py Sun Oct 12 13:02:29 2008
@@ -125,6 +125,10 @@
         if eqi == 'model_stats':
             function = inst.model_statistics
 
+        # Model type.
+        if eqi == 'model_type':
+            function = inst.model_type
+
         # Molmol macro creation.
         if eqi == 'molmol_macro':
             function = inst.molmol.macro




Related Messages


Powered by MHonArc, Updated Sun Oct 12 13:20:02 2008