[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gsl] Re: Checking error in ODE system
From: |
Sebastien Maret |
Subject: |
[Help-gsl] Re: Checking error in ODE system |
Date: |
Mon, 21 Aug 2006 10:31:02 -0400 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) |
Pau Cervera Badia <address@hidden> writes:
> I think the error is located at the yerr field of the gsl_odeiv_evolve
> pointer type that has the name evolve in your piece of code. I think
> you can access the value via,
>
> double error_at_i = evolve->yerr[i];
It works fine. Thanks for your help!
Sébastien