mailr10004 - /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 November 27, 2009 - 18:29:
Author: bugman
Date: Fri Nov 27 18:29:15 2009
New Revision: 10004

URL: http://svn.gna.org/viewcvs/relax?rev=10004&view=rev
Log:
Redesigned the specific analysis API for setting parameter values.

Now the set_param_values() method is to be provided.  It is for setting 
single parameter values.
This will be followed by a complete redesign of the value.set() user function 
back end (which is
currently a mess).


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=10004&r1=10003&r2=10004&view=diff
==============================================================================
--- 1.3/specific_fns/setup.py (original)
+++ 1.3/specific_fns/setup.py Fri Nov 27 18:29:15 2009
@@ -205,9 +205,9 @@
         if eqi == 'set_error':
             function = inst.set_error
 
-        # Set non-spin specific parameters function.
-        if eqi == 'set_non_spin_params':
-            function = inst.set_non_spin_params
+        # Set parameter values function.
+        if eqi == 'set_param_values':
+            function = inst.set_param_values
 
         # Set the selected simulations array.
         if eqi == 'set_selected_sim':




Related Messages


Powered by MHonArc, Updated Fri Nov 27 18:40:02 2009