Re: [math] ode event handler

2020-01-15 Thread Bo Johnson
be to try and devise a minimal (simplified) example, in the form of a Junit tests to be added to the test suite. Best regards, Gilles Le sam. 11 janv. 2020 à 22:15, Bo Johnson a écrit : Hi there, I'm new to Java and working on a project to integrate some ODEs. I'm having issues knowing

[math] ode event handler

2020-01-11 Thread Bo Johnson
increasing) { return Action.RESET_STATE; } @Override public void resetState(double t, double[] y) { y[3] *= -1.0; } }; And adding it to the integrator: dp853.addEventHandler(handler, 50.0, 1e-6, 100); Thanks for the help, -- Bo Johnson (801) 503-2043

okay tomcat 6 is earliest/latest version that supports 64bit...

2018-12-19 Thread Bo
java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 26 more On Wed, Dec 19, 2018, at 8:33 PM, Bernd Eckenfels wrote: > Hello Bo, > > Sounds like you want to ask the Tomcat user mailing-list, instead. > > Gruss > Bernd > -- > http://bernd.eckenfels.net > > *Von:* Bo > *Gesendet:

user@commons.apache.org

2018-12-19 Thread Bo
I'm trying to migrate a custom app running Tomcat5.5.17 to Tomcat7. This application is installed in its own folder on the root directory of a Windows 2008 R2 64-bit machine. The application itself was originally "installed" via the unzip method, and its tomcat folder is inside of the applicatio