Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenMesh
OpenMesh
Commits
c1496cb9
Commit
c1496cb9
authored
Apr 09, 2019
by
Jan Möbius
Browse files
Fixed unittest warning
parent
6d2b8b8b
Changes
1
Show whitespace changes
Inline
Side-by-side
src/Unittests/unittests_eigen3_type.cc
View file @
c1496cb9
...
@@ -197,7 +197,7 @@ TEST_F(OpenMeshEigenTest, test_normal_computation) {
...
@@ -197,7 +197,7 @@ TEST_F(OpenMeshEigenTest, test_normal_computation) {
mesh_
.
update_face_normals
();
mesh_
.
update_face_normals
();
EXPECT_EQ
(
mesh_
.
n_faces
(),
2
)
<<
"Wrong number of faces"
;
EXPECT_EQ
(
mesh_
.
n_faces
(),
2
u
)
<<
"Wrong number of faces"
;
EigenTriMesh
::
Normal
normal
=
mesh_
.
normal
(
face1
);
EigenTriMesh
::
Normal
normal
=
mesh_
.
normal
(
face1
);
...
...
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