Thank you very much for your answer! However, my version is already the newest
one, that is, I have the new routines. Actually, my problem appears on:
{
double y;
int status;
if (x < interp->xmin || x > interp->xmax)
{
GSL_ERROR_VAL("interpolation error", GSL_EDOM, GSL_NAN);
}
status = interp->type->eval (interp->state, xa, ya, interp->size, x, a, &y);
DISCARD_STATUS(status);
return y;
}
Have you another suggestion?
Yanna
De : Rhys Ulerich [mailto:[email protected]]
Envoyé : jeudi 2 mai 2013 13:39
À : CRUZ-CAVALCANTI, Yanna
Cc : GSL Help Mailing List
Objet : Re: [Help-gsl] GSL1.15: interp.c: 150: ERROR: interpolation error
> Gsl: interpolation\interp.c:150: ERROR: interpolation error
> Default GSL error handler invoked
Are you interpolating or extrapolating?
There was a change making doing the latter using the former routines an error:
http://bzr.savannah.gnu.org/lh/gsl/trunk/revision/4704
- Rhys
The information in this e-mail is confidential. The contents may not be
disclosed or used by anyone other than the addressee. Access to this e-mail by
anyone else is unauthorised.
If you are not the intended recipient, please notify Airbus immediately and
delete this e-mail.
Airbus cannot accept any responsibility for the accuracy or completeness of
this e-mail as it has been sent over public networks. If you have any concerns
over the content of this message or its Accuracy or Integrity, please contact
Airbus immediately.
All outgoing e-mails from Airbus are checked using regularly updated virus
scanning software but you should take whatever measures you deem to be
appropriate to ensure that this message and any attachments are virus free.