mailr14473 - /branches/inversion-recovery/maths_fns/relax_fit.h


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

Header


Content

Posted by sebastien . morin on August 26, 2011 - 11:26:
Author: semor
Date: Fri Aug 26 11:26:23 2011
New Revision: 14473

URL: http://svn.gna.org/viewcvs/relax?rev=14473&view=rev
Log:
Fixed the problem whereas the symbol "_curve_type" was missing...



Modified:
    branches/inversion-recovery/maths_fns/relax_fit.h

Modified: branches/inversion-recovery/maths_fns/relax_fit.h
URL: 
http://svn.gna.org/viewcvs/relax/branches/inversion-recovery/maths_fns/relax_fit.h?rev=14473&r1=14472&r2=14473&view=diff
==============================================================================
--- branches/inversion-recovery/maths_fns/relax_fit.h (original)
+++ branches/inversion-recovery/maths_fns/relax_fit.h Fri Aug 26 11:26:23 2011
@@ -34,6 +34,7 @@
 int num_params, num_times;
 
 /* Pointers to PyObjects */
+char *curve_type;
 double *params, *values, *sd, *relax_times, *scaling_matrix;
 
 /* Variables used for storage during the function calls of optimisation */




Related Messages


Powered by MHonArc, Updated Fri Aug 26 11:40:02 2011