mailr7096 - /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 August 08, 2008 - 06:12:
Author: bugman
Date: Thu Aug  7 22:23:30 2008
New Revision: 7096

URL: http://svn.gna.org/viewcvs/relax?rev=7096&view=rev
Log:
Made the base_data_loop() generator method accessible to the specific 
analyses.


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=7096&r1=7095&r2=7096&view=diff
==============================================================================
--- 1.3/specific_fns/setup.py (original)
+++ 1.3/specific_fns/setup.py Thu Aug  7 22:23:30 2008
@@ -57,6 +57,10 @@
         if eqi == 'back_calc':
             function = inst.back_calc
 
+        # Base data loop generator function.
+        if eqi == 'base_data_loop':
+            function = inst.base_data_loop
+
         # Calculate function.
         if eqi == 'calculate':
             function = inst.calculate




Related Messages


Powered by MHonArc, Updated Fri Aug 08 07:00:20 2008