bug-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gsl] gsl-1.11/cheb/deriv.c question?


From: Ben Taylor
Subject: [Bug-gsl] gsl-1.11/cheb/deriv.c question?
Date: Sat, 21 Jun 2008 07:40:47 -0400

I'm compiling gsl-1.11 on Solaris/Express (SXCE) and seeing a bit of
an odd error.

line 42 starts with

#ifdef ERR
  deriv->err = n * n * f->c[n-1];   /* error in derivative is n^2 c_n */
#endif

and for some reason, my build trips over this, because the
structure pointer deriv ( gsl_cheb_series ) doesn't have
a "err" member?

Ideas?  It compiles cleanly if I remove this.

Ben




reply via email to

[Prev in Thread] Current Thread [Next in Thread]