mailr10149 - /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 07, 2010 - 18:08:
Author: bugman
Date: Thu Jan  7 18:08:28 2010
New Revision: 10149

URL: http://svn.gna.org/viewcvs/relax?rev=10149&view=rev
Log:
Removed the unneeded 2nd initialisation of the Mf class during 
back-calculation.


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=10149&r1=10148&r2=10149&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 Thu 
Jan  7 18:08:28 2010
@@ -1580,9 +1580,6 @@
             ###################
 
             if min_algor == 'back_calc':
-                # Initialise the model-free class.
-                self.mf = Mf(init_params=param_vector, 
model_type=model_type, diff_type=diff_type, diff_params=diff_params, 
scaling_matrix=scaling_matrix, num_spins=num_spins, equations=equations, 
param_types=param_types, param_values=param_values, relax_data=relax_data, 
errors=relax_error, bond_length=r, csa=csa, num_frq=num_frq, frq=frq, 
num_ri=num_ri, remap_table=remap_table, noe_r1_table=noe_r1_table, 
ri_labels=ri_labels, gx=gx, gh=gh, h_bar=h_bar, mu0=mu0, 
num_params=num_params, vectors=xh_unit_vectors)
-
                 # Return the back-calculated Ri data.
                 return self.mf.calc_ri()
 




Related Messages


Powered by MHonArc, Updated Thu Jan 07 18:20:02 2010