Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-fcl
Commits
62d6e123
Verified
Commit
62d6e123
authored
Dec 07, 2019
by
Justin Carpentier
Browse files
test: remove useless typename
parent
d4767d72
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/benchmark.cpp
View file @
62d6e123
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment