This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Bug in diff.c


Asterio Gonzalez writes:
 > There is a bug in file diff.c
 > Line 51:
 > 	  d[i] = f->f (w->evaluation_point, 0);
 > must be
 > 	  d[i] = f->f (w->evaluation_point, f->params);
 >
 > The evaluate function fails when you must use 'params' info,
 > so this way passes params to evaluate function.

Thanks for the bug report, now fixed in CVS (also for lines 81, 83).

regards
Brian Gough


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]