diff --git a/include/fcl/narrowphase/detail/conservative_advancement_func_matrix-inl.h b/include/fcl/narrowphase/detail/conservative_advancement_func_matrix-inl.h index d6431d6e3..e9af92138 100644 --- a/include/fcl/narrowphase/detail/conservative_advancement_func_matrix-inl.h +++ b/include/fcl/narrowphase/detail/conservative_advancement_func_matrix-inl.h @@ -746,7 +746,7 @@ typename BV::S ShapeBVHConservativeAdvancement(const CollisionGeometry c_result; S toc; - bool is_collide = conservativeAdvancement(*obj1, motion1, *obj2, motion2, nsolver, c_request, c_result, toc); + bool is_collide = conservativeAdvancement(*obj1, motion1, *obj2, motion2, nsolver, c_request, c_result, toc); result.is_collide = is_collide; result.time_of_contact = toc; @@ -768,7 +768,7 @@ typename BV::S BVHShapeConservativeAdvancement(const CollisionGeometry c_result; S toc; - bool is_collide = conservativeAdvancement(*obj1, motion1, *obj2, motion2, nsolver, c_request, c_result, toc); + bool is_collide = conservativeAdvancement(*obj1, motion1, *obj2, motion2, nsolver, c_request, c_result, toc); result.is_collide = is_collide; result.time_of_contact = toc;