bug-gsl
[Top][All Lists]
Advanced

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

[Bug-gsl] Wrong error messages generated by rk2.c in ode-initval


From: Pablo
Subject: [Bug-gsl] Wrong error messages generated by rk2.c in ode-initval
Date: Thu, 28 May 2009 13:20:24 -0400

In function rk2_alloc (gsl 1.12, but I guess it has been there forever),
if the allocation of either state->k3 or state->ytmp fails, then the
following call is made:


GSL_ERROR_NULL ("failed to allocate space for k2", GSL_ENOMEM);

which is not harmful, just a bit misleading glitch.






reply via email to

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