mailr15122 - /branches/frame_order_testing/specific_fns/frame_order.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on January 02, 2012 - 22:15:
Author: bugman
Date: Mon Jan  2 22:15:47 2012
New Revision: 15122

URL: http://svn.gna.org/viewcvs/relax?rev=15122&view=rev
Log:
The frame order specific API method sim_return_param() now matches the API.


Modified:
    branches/frame_order_testing/specific_fns/frame_order.py

Modified: branches/frame_order_testing/specific_fns/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/specific_fns/frame_order.py?rev=15122&r1=15121&r2=15122&view=diff
==============================================================================
--- branches/frame_order_testing/specific_fns/frame_order.py (original)
+++ branches/frame_order_testing/specific_fns/frame_order.py Mon Jan  2 
22:15:47 2012
@@ -2153,11 +2153,11 @@
                     spin.pcs_sim[data_id[2]].append(sim_data[i][0])
 
 
-    def sim_return_param(self, data_id, index):
+    def sim_return_param(self, model_info, index):
         """Return the array of simulation parameter values.
 
-        @param data_id:     The identification data as yielded by the 
base_data_loop() generator method.
-        @type data_id:      string or list of str
+        @param model_info:  The model information originating from 
model_loop().
+        @type model_info:   unknown
         @param index:       The index of the parameter to return the array 
of values for.
         @type index:        int
         """




Related Messages


Powered by MHonArc, Updated Mon Jan 02 22:20:02 2012