There is an out of order declaration in the GSL code base as follows:

ode-initval2\test.c (2185 ...) out of order declarations:
------------------------------------ /* Test driver_apply_fixed_step */

 gsl_odeiv2_driver_reset_hstart (d, 1e-3);
 const unsigned long int nfsteps = 100000;
 const double hfixed = 0.000025;
 s = gsl_odeiv2_driver_apply_fixed_step (d, &t, hfixed, nfsteps, y);

 if (s != GSL_SUCCESS)
------------------------------------
   regards to all,

     Brian Gladman


Reply via email to