Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
Here's a patch with several float's replaced with btScalar.
Original comment by scpet...@osrfoundation.org
on 5 Oct 2013 at 8:08
Attachments:
Thanks for the patch, it is applied in svn trunk:
https://code.google.com/p/bullet/source/detail?r=2683
Original comment by erwin.coumans
on 6 Oct 2013 at 5:13
src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.cpp:279:10: error: cannot initialize a variable of type 'float ' with an rvalue of type 'double *' float jac1=&m_data.m_jacobians[solverConstraint.mjacAindex]; ^
~~~~~~~~~~~~~ src/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.cpp:281:10: error: cannot initialize a variable of type 'float ' with an rvalue of type 'double *' float_ delta = &m_data.m_deltaVelocitiesUnitImpulse[solverConstraint.m_jacAindex]; ^~~~~~~~~~~~~~~Original issue reported on code.google.com by
scpet...@osrfoundation.org
on 5 Oct 2013 at 7:42