mailr26831 - /trunk/target_functions/relax_fit_wrapper.py


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

Header


Content

Posted by edward on November 29, 2014 - 10:27:
Author: bugman
Date: Sat Nov 29 10:27:28 2014
New Revision: 26831

URL: http://svn.gna.org/viewcvs/relax?rev=26831&view=rev
Log:
Alphabetical ordering of the C function imports in the 
target_functions.relax_fit_wrapper module.


Modified:
    trunk/target_functions/relax_fit_wrapper.py

Modified: trunk/target_functions/relax_fit_wrapper.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/target_functions/relax_fit_wrapper.py?rev=26831&r1=26830&r2=26831&view=diff
==============================================================================
--- trunk/target_functions/relax_fit_wrapper.py (original)
+++ trunk/target_functions/relax_fit_wrapper.py Sat Nov 29 10:27:28 2014
@@ -32,7 +32,7 @@
 
 # C modules.
 if C_module_exp_fn:
-    from target_functions.relax_fit import jacobian_exp, jacobian_chi2_exp, 
setup, func_exp, dfunc_exp, d2func_exp, back_calc_I
+    from target_functions.relax_fit import back_calc_I, d2func_exp, 
dfunc_exp, func_exp, jacobian_chi2_exp, jacobian_exp, setup 
 
 
 class Relax_fit_opt:




Related Messages


Powered by MHonArc, Updated Sat Nov 29 11:20:03 2014