Re: [math] Problem with ODE discrete event

2014-03-24 Thread Luc Maisonobe
Hi Calle, Le 24/03/2014 17:28, Calle Ekdahl a écrit : > When using the event handler in the ODE solver I’m getting the error > message/exception > > "Exception in thread "main" > org.apache.commons.math3.exception.NoBracketingException: function values at > endpoints do not have different sign

[math] Problem with ODE discrete event

2014-03-24 Thread Calle Ekdahl
When using the event handler in the ODE solver I’m getting the error message/exception "Exception in thread "main" org.apache.commons.math3.exception.NoBracketingException: function values at endpoints do not have different signs, endpoints: [692,555, 692,556], values: [-0, -0]” What could be