mailr7833 - /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 October 19, 2008 - 17:52:
Author: bugman
Date: Sun Oct 19 17:52:13 2008
New Revision: 7833

URL: http://svn.gna.org/viewcvs/relax?rev=7833&view=rev
Log:
Removed some unused code.


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=7833&r1=7832&r2=7833&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 Sun 
Oct 19 17:52:13 2008
@@ -1055,13 +1055,6 @@
             if constraints:
                 A, b = self.linear_constraints(num_params, 
model_type=model_type, spin=spin, scaling_matrix=scaling_matrix)
 
-            # Initialise the iteration counter and function, gradient, and 
Hessian call counters.
-            #FIXME: move to processor command
-            #self.iter_count = 0
-            #self.f_count = 0
-            #self.g_count = 0
-            #self.h_count = 0
-
             # Get the data for minimisation.
             relax_data, relax_error, equations, param_types, param_values, 
r, csa, num_frq, frq, num_ri, remap_table, noe_r1_table, ri_labels, gx, gh, 
num_params, xh_unit_vectors, diff_type, diff_params = 
self.minimise_data_setup(model_type, min_algor, num_data_sets, min_options, 
spin=spin, sim_index=sim_index)
 




Related Messages


Powered by MHonArc, Updated Sun Oct 19 18:20:02 2008