[ODE] Compiler error in collision_trimesh_trimesh.cpp

Anton Savin anton at targem.ru
Mon Oct 4 18:21:50 MST 2004


Hi all,

I compiled ODE with single precision and got following error (on
VC7.1):

collision_trimesh_trimesh.cpp(408) : error C2664: 'SimpleUnclippedTest' : cannot convert parameter 6 from 'dReal' to 'double &'
        A reference that is not to 'const' cannot be bound to a non-lvalue

I suppose that parameter 6 (out_depth) in SimpleUnclippedTest() should
be dReal instead of double. Is it correct?

Cheers,
Anton Savin



More information about the ODE mailing list