mailr25297 - /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:17:
Author: bugman
Date: Tue Aug 26 17:17:33 2014
New Revision: 25297

URL: http://svn.gna.org/viewcvs/relax?rev=25297&view=rev
Log:
Removed the comment and docstring saying that the exponential curve-fitting 
gradient is unimplemented.


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=25297&r1=25296&r2=25297&view=diff
==============================================================================
--- trunk/target_functions/relax_fit.c  (original)
+++ trunk/target_functions/relax_fit.c  Tue Aug 26 17:17:33 2014
@@ -128,7 +128,6 @@
 dfunc(PyObject *self, PyObject *args) {
     /* Target function for calculating and returning the chi-squared 
gradient.
      * 
-     * This is currently unimplemented.
      */
 
     /* Declarations */
@@ -243,7 +242,7 @@
         "dfunc",
         dfunc,
         METH_VARARGS,
-        "Target function for calculating and returning the chi-squared 
gradient.\n\nThis is currently unimplemented."
+        "Target function for calculating and returning the chi-squared 
gradient."
     }, {
         "d2func",
         d2func,




Related Messages


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