mailr10190 - /branches/multi_processor_merge/specific_fns/model_free/mf_minimise.py


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

Header


Content

Posted by edward on January 13, 2010 - 11:16:
Author: bugman
Date: Wed Jan 13 11:16:01 2010
New Revision: 10190

URL: http://svn.gna.org/viewcvs/relax?rev=10190&view=rev
Log:
Argument rearrangement.


Modified:
    branches/multi_processor_merge/specific_fns/model_free/mf_minimise.py

Modified: 
branches/multi_processor_merge/specific_fns/model_free/mf_minimise.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_processor_merge/specific_fns/model_free/mf_minimise.py?rev=10190&r1=10189&r2=10190&view=diff
==============================================================================
--- branches/multi_processor_merge/specific_fns/model_free/mf_minimise.py 
(original)
+++ branches/multi_processor_merge/specific_fns/model_free/mf_minimise.py Wed 
Jan 13 11:16:01 2010
@@ -1630,5 +1630,5 @@
             command.store_data(data_store, opt_params)
 
             # Set up the model-free memo and add it to the processor queue.
-            memo = MF_memo(model_free=self, spin=spin, sim_index=sim_index, 
model_type=data_store.model_type, scaling=scaling, 
scaling_matrix=data_store.scaling_matrix)
+            memo = MF_memo(model_free=self, 
model_type=data_store.model_type, spin=spin, sim_index=sim_index, 
scaling=scaling, scaling_matrix=data_store.scaling_matrix)
             processor.add_to_queue(command, memo)




Related Messages


Powered by MHonArc, Updated Wed Jan 13 11:40:02 2010