mailr25298 - /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 August 26, 2014 - 17:22:
Author: bugman
Date: Tue Aug 26 17:22:58 2014
New Revision: 25298

URL: http://svn.gna.org/viewcvs/relax?rev=25298&view=rev
Log:
Comment fix for the target_functions/relax_fit.c file.


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=25298&r1=25297&r2=25298&view=diff
==============================================================================
--- trunk/target_functions/relax_fit.c  (original)
+++ trunk/target_functions/relax_fit.c  Tue Aug 26 17:22:58 2014
@@ -185,7 +185,7 @@
     for (i = 0; i < num_times; i++)
         PyList_SetItem(back_calc_py, i, PyFloat_FromDouble(back_calc[i]));
 
-    /* Return the numpy array */
+    /* Return the Python list */
     return back_calc_py;
 }
 




Related Messages


Powered by MHonArc, Updated Tue Aug 26 17:40:02 2014