webots-controller/include/ode/ode/precision.h

11 lines
171 B
C

#ifndef _ODE_PRECISION_H_
#define _ODE_PRECISION_H_
/* Define dSINGLE for single precision, dDOUBLE for double precision,
* but never both!
*/
#define dDOUBLE
#endif