[ODE] auto-disable patch (yet again)

Russ Smith russ at q12.org
Thu Apr 22 10:34:01 MST 2004


> And one more little thing.  In the single precision math functions in 
> common.h, you'll want to change
> #define dSqrt(x) ((float)sqrtf(x))		/* square root */
> to
> #define dSqrt(x) ((float)sqrtf(float(x)))		/* square root */

done. i also updated all the dSINGLE math functions to cast their
argument to float.

russ.

-- 
Russell Smith
http://www.q12.org


More information about the ODE mailing list