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;
 }
 


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to