mailr19598 - /trunk/target_functions/relax_fit.h


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on April 29, 2013 - 09:58:
Author: bugman
Date: Mon Apr 29 09:58:26 2013
New Revision: 19598

URL: http://svn.gna.org/viewcvs/relax?rev=19598&view=rev
Log:
Increased the maximum number of relaxation times for the relax_fit C module 
to 50.


Modified:
    trunk/target_functions/relax_fit.h

Modified: trunk/target_functions/relax_fit.h
URL: 
http://svn.gna.org/viewcvs/relax/trunk/target_functions/relax_fit.h?rev=19598&r1=19597&r2=19598&view=diff
==============================================================================
--- trunk/target_functions/relax_fit.h (original)
+++ trunk/target_functions/relax_fit.h Mon Apr 29 09:58:26 2013
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2012 Edward d'Auvergne
+ * Copyright (C) 2006-2013 Edward d'Auvergne
  *
  * This file is part of the program relax (http://www.nmr-relax.com).
  *
@@ -22,7 +22,7 @@
 #define MAXPARAMS 3
 
 /* The maximum number of spectral time points */
-#define MAXTIMES 30
+#define MAXTIMES 50
 
 /* Python 2.2 and earlier support for Python C modules */
 #ifndef PyMODINIT_FUNC




Related Messages


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