Skip to content
Snippets Groups Projects
Verified Commit 62d6e123 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

test: remove useless typename

parent d4767d72
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ double run<OBB> (const std::vector<Transform3f>& tf,
const BVHModel<OBB> (&models)[2][3], int split_method,
const char* prefix)
{
double col = collide <OBB, typename traits<OBB>::CollisionTraversalNode>
double col = collide <OBB,traits<OBB>::CollisionTraversalNode>
(tf, models[0][split_method], models[1][split_method], verbose);
double dist = 0;
......
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