mailr14362 - /1.3/maths_fns/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 11, 2011 - 16:41:
Author: bugman
Date: Thu Aug 11 16:41:38 2011
New Revision: 14362

URL: http://svn.gna.org/viewcvs/relax?rev=14362&view=rev
Log:
Typo fix in the unused and incomplete dfunc function.


Modified:
    1.3/maths_fns/relax_fit.c

Modified: 1.3/maths_fns/relax_fit.c
URL: 
http://svn.gna.org/viewcvs/relax/1.3/maths_fns/relax_fit.c?rev=14362&r1=14361&r2=14362&view=diff
==============================================================================
--- 1.3/maths_fns/relax_fit.c (original)
+++ 1.3/maths_fns/relax_fit.c Thu Aug 11 16:41:38 2011
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006 Edward d'Auvergne
+ * Copyright (C) 2006-2011 Edward d'Auvergne
  *
  * This file is part of the program relax.
  *
@@ -140,7 +140,7 @@
     /* Temp Declarations */
     double aaa[MAXPARAMS] = {1.0, 2.0};
     int i;
-    double* params;
+    double *params;
 
     /* Parse the function arguments, the only argument should be the 
parameter array */
     if (!PyArg_ParseTuple(args, "O", &params_arg))




Related Messages


Powered by MHonArc, Updated Thu Aug 11 17:00:02 2011