first commit
This commit is contained in:
16
thirdparty/ode-0.16.5/include/ode/precision.h.in
vendored
Normal file
16
thirdparty/ode-0.16.5/include/ode/precision.h.in
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef _ODE_PRECISION_H_
|
||||
#define _ODE_PRECISION_H_
|
||||
|
||||
/* Define dSINGLE for single precision, dDOUBLE for double precision,
|
||||
* but never both!
|
||||
*/
|
||||
|
||||
#if defined(dIDESINGLE)
|
||||
#define dSINGLE
|
||||
#elif defined(dIDEDOUBLE)
|
||||
#define dDOUBLE
|
||||
#else
|
||||
#define @ODE_PRECISION@
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user