[ODE] ODE under Solaris

Martin C. Martin martin at metahuman.org
Fri Dec 6 10:24:02 2002


Hey,

Unless I'm confused, test_ode.cpp needs the following lines to run under
Solaris:

#ifdef sun
#include <ieeefp.h>
#endif

Otherwise, it complains that it doesn't know about finite().

- Martin