mailr19603 - /trunk/target_functions/relax_fit.c


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

Header


Content

Posted by edward on April 29, 2013 - 10:36:
Author: bugman
Date: Mon Apr 29 10:36:42 2013
New Revision: 19603

URL: http://svn.gna.org/viewcvs/relax?rev=19603&view=rev
Log:
Spacing fixes.


Modified:
    trunk/target_functions/relax_fit.c

Modified: trunk/target_functions/relax_fit.c
URL: 
http://svn.gna.org/viewcvs/relax/trunk/target_functions/relax_fit.c?rev=19603&r1=19602&r2=19603&view=diff
==============================================================================
--- trunk/target_functions/relax_fit.c (original)
+++ trunk/target_functions/relax_fit.c Mon Apr 29 10:36:42 2013
@@ -105,7 +105,7 @@
     exponential(params, relax_times, back_calc, num_times);
 
     /* Calculate and return the chi-squared value */
-    return PyFloat_FromDouble(chi2(values,sd,back_calc,num_times));
+    return PyFloat_FromDouble(chi2(values, sd, back_calc, num_times));
 }
 
 




Related Messages


Powered by MHonArc, Updated Mon Apr 29 11:20:02 2013