I've found it. The error was in the way I plot the results, namely load them 
from a text file. 
Bigforth fe. and fs. use a notation that is different than the standard one. 
For instance:

1e-2 f. 0.01  ok
1e-2 fe. 10.0000000000000000-e3  ok
1e-2 fs. 0.100000000000000000-e1  ok

Note the swap between "-" sign and "e"
This was confusing my interpreter. Shouldn't that be corrected to the standard 
notation?

Thanks!

--
Sergey

On Thursday 13 September 2007 12:09:30 am Sergey Plis wrote:
> I've just found out that when I use gsl ode example for van der pol
> oscillator the errors I get are really huge - aroung 1. The same problem in
> C code (the same code almost but just in C) gives errors around 1e-12. Why
> could that be?
>
> Thank you!
>
> --
> Sergey
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to