Skip to content
Snippets Groups Projects
Commit ef491684 authored by Lucile Remigy's avatar Lucile Remigy
Browse files

modif error implementation

parent a7b89213
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ struct TraversalTraitsCollision <OcTree, OcTree>
};
template <typename T_BVH>
struct TraversalTraitsCollision <OcTree, BVHModel<T_BVH>>
struct TraversalTraitsCollision <OcTree, BVHModel<T_BVH> >
{
typedef OcTreeMeshCollisionTraversalNode<T_BVH> CollisionTraversal_t;
};
......@@ -74,7 +74,7 @@ struct TraversalTraitsDistance <OcTree, OcTree>
};
template <typename T_BVH>
struct TraversalTraitsDistance <OcTree, BVHModel<T_BVH>>
struct TraversalTraitsDistance <OcTree, BVHModel<T_BVH> >
{
typedef OcTreeMeshDistanceTraversalNode<T_BVH> CollisionTraversal_t;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment