Skip to content
GitLab
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
eaa5880c
Commit
eaa5880c
authored
Apr 09, 2019
by
Jan Möbius
Browse files
Merge branch 'Fix_unittest_warning' into 'master'
Fixed unittest warning See merge request
!216
parents
18b08611
c1496cb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Unittests/unittests_eigen3_type.cc
View file @
eaa5880c
...
...
@@ -197,7 +197,7 @@ TEST_F(OpenMeshEigenTest, test_normal_computation) {
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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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