Skip to content

Commit

Permalink
CPatch: remove useless HPP_FCL_LOCAL
Browse files Browse the repository at this point in the history
  • Loading branch information
lmontaut committed May 16, 2024
1 parent 9ab5e56 commit 557d24c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/contact_patch_func_matrix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace hpp {
namespace fcl {

template <typename T_BVH, typename T_SH>
struct HPP_FCL_LOCAL BVHShapeComputeContactPatch {
struct BVHShapeComputeContactPatch {
static void run(const CollisionGeometry* o1, const Transform3f& tf1,
const CollisionGeometry* o2, const Transform3f& tf2,
const CollisionResult& collision_result,
Expand All @@ -69,7 +69,7 @@ struct HPP_FCL_LOCAL BVHShapeComputeContactPatch {
};

template <typename BV, typename Shape>
struct HPP_FCL_LOCAL HeightFieldShapeComputeContactPatch {
struct HeightFieldShapeComputeContactPatch {
static void run(const CollisionGeometry* o1, const Transform3f& tf1,
const CollisionGeometry* o2, const Transform3f& tf2,
const CollisionResult& collision_result,
Expand All @@ -94,7 +94,7 @@ struct HPP_FCL_LOCAL HeightFieldShapeComputeContactPatch {
};

template <typename BV>
struct HPP_FCL_LOCAL BVHComputeContactPatch {
struct BVHComputeContactPatch {
static void run(const CollisionGeometry* o1, const Transform3f& tf1,
const CollisionGeometry* o2, const Transform3f& tf2,
const CollisionResult& collision_result,
Expand Down

0 comments on commit 557d24c

Please sign in to comment.