mailr19602 - /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:35:
Author: bugman
Date: Mon Apr 29 10:35:15 2013
New Revision: 19602

URL: http://svn.gna.org/viewcvs/relax?rev=19602&view=rev
Log:
Documentation improvements for the back_calc_I() function of the relax_fit C 
module.


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=19602&r1=19601&r2=19602&view=diff
==============================================================================
--- trunk/target_functions/relax_fit.c (original)
+++ trunk/target_functions/relax_fit.c Mon Apr 29 10:35:15 2013
@@ -147,7 +147,7 @@
 
 static PyObject *
 back_calc_I(PyObject *self, PyObject *args) {
-    /* Function for returning as a numpy array the back calculated peak 
intensities. */
+    /* Return the back calculated peak intensities as a Python list. */
 
     /* Declarations */
     PyObject *back_calc_py = PyList_New(num_times);
@@ -188,7 +188,7 @@
         "back_calc_I",
         back_calc_I,
         METH_VARARGS,
-        "Function for returning as a numpy array the back calculated peak 
intensities."
+        "Return the back calculated peak intensities as a Python list."
     },
         {NULL, NULL, 0, NULL}        /* Sentinel */
 };




Related Messages


Powered by MHonArc, Updated Mon Apr 29 10:40:01 2013