This is the mail archive of the gsl-discuss@sourceware.org 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]
Other format: [Raw text]

Re: GSL 1.14.91 Test Release


At Sun, 1 May 2011 14:40:45 +0100,
Brian Gladman wrote:
> However cquad.c uses isfinite(x) directly and hence bypasses the alternative 
> version when isfinite is not available (which it isn't in VC++) and causes a 
> linking failure.

Thanks, for consistency with the rest of the code I've changed cquad.c
to use finite(x).  The two functions finite() and isfinite() should be
handled symmetrically in the configure script but it's simpler to
stick with finite() in this case.

> The header guard in gsl_odeiv2.h should be __GSL_ODEIV2_H__ to avoid a 
> conflict with that in gsl_odeiv.h

Good catch, thank you.


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