USE NOT RECOMMENDED, SEE NOTE BELOW The classes in this package
provide an API that is similar to the original C/C++ API.
The following commands make all the methods available:
import static org.ode4j.cpp.OdeCpp.*;
import static org.ode4j.cpp.OdeCppMath.*;
These classes are provided to simplify migrating code from C/C++ to Java.
When starting a new project, use of these classes is not recommended.
Please use the normal API in org.ode4j.ode.