Shooting


gudum35
05-18-2004, 10:26 AM
Hi,

I'm trying to use the shoot routine and I'd like to know how can I access the data of the last integration done by odeint.cpp since kmax is set to zero in shoot.cpp and in that case there is no intermediate storage? I tried to change kmax to another value, e.g. 100, but I always get a segmentation fault. When kmax = 0 everything works well.

I'm using the C++ version of nr.

Thanks

Guillaume