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.
_______________________________________________
Bug-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gsl
