Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenMesh
OpenMesh
Commits
3dd0d209
Commit
3dd0d209
authored
Jan 13, 2017
by
Janis Born
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix identation
parent
1020e8b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/Unittests/unittests_subdivider_uniform.cc
src/Unittests/unittests_subdivider_uniform.cc
+1
-1
No files found.
src/Unittests/unittests_subdivider_uniform.cc
View file @
3dd0d209
...
...
@@ -325,7 +325,7 @@ TEST_F(OpenMeshSubdividerUniform_Poly, Midpoint) {
// Check Result
EXPECT_EQ
(
48u
,
mesh_
.
n_edges
())
<<
"Wrong number of Edges"
;
EXPECT_EQ
(
96u
,
mesh_
.
n_halfedges
())
<<
"Wrong number of HalfEdges"
;
EXPECT_EQ
(
24u
,
mesh_
.
n_vertices
())
<<
"Wrong number of vertices"
;
EXPECT_EQ
(
24u
,
mesh_
.
n_vertices
())
<<
"Wrong number of vertices"
;
EXPECT_EQ
(
26u
,
mesh_
.
n_faces
())
<<
"Wrong number of faces"
;
}
...
...
Write
Preview
Markdown
is supported
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