mailr10964 - /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 March 10, 2010 - 17:38:
Author: bugman
Date: Wed Mar 10 17:38:17 2010
New Revision: 10964

URL: http://svn.gna.org/viewcvs/relax?rev=10964&view=rev
Log:
The back_calc_ri() analysis specific API method has been activated.


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=10964&r1=10963&r2=10964&view=diff
==============================================================================
--- 1.3/specific_fns/setup.py (original)
+++ 1.3/specific_fns/setup.py Wed Mar 10 17:38:17 2010
@@ -57,6 +57,10 @@
 
     # Attempt to retrieve the function.
     try:
+        # Back calculation of relaxation data.
+        if eqi == 'back_calc_ri':
+            function = inst.back_calc_ri
+
         # Base data loop generator function.
         if eqi == 'base_data_loop':
             function = inst.base_data_loop




Related Messages


Powered by MHonArc, Updated Wed Mar 10 17:40:02 2010