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,


_______________________________________________
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