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-affordance
Commits
755ebd73
Commit
755ebd73
authored
Apr 27, 2016
by
Akseppal
Browse files
modify test to remove compilation warning
parent
6d0dff26
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test-oriented-triangles1.cc
View file @
755ebd73
...
...
@@ -54,7 +54,7 @@ BOOST_AUTO_TEST_CASE (oriented_triangles1)
fcl
::
Vec3f
axis
(
1
,
0
,
0
);
fcl
::
Matrix3f
R
;
for
(
unsigned
int
i
=
0
;
i
<
size_
;
++
i
)
{
for
(
int
i
=
0
;
i
<
size_
;
++
i
)
{
boost
::
shared_ptr
<
Model
>
model
(
new
Model
());
fcl
::
Triangle
tri
(
0
,
1
,
2
);
triangles
.
push_back
(
tri
);
...
...
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