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
OpenFlipper-Free
Plugin-HoleFilling
Commits
f768e36e
Commit
f768e36e
authored
Aug 10, 2016
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed misleading indentation warning
parent
f5c6d35d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
HoleInfoT.cc
HoleInfoT.cc
+7
-7
No files found.
HoleInfoT.cc
View file @
f768e36e
...
...
@@ -132,7 +132,7 @@ void HoleInfo< MeshT >::getHoles()
ch
=
*
(
++
voh_it
);
}
else
}
else
ch
=
mesh_
->
next_halfedge_handle
(
ch
);
}
while
(
ch
!=
hh
);
...
...
@@ -150,17 +150,17 @@ void HoleInfo< MeshT >::getHoles()
if
(
!
mesh_
->
is_boundary
(
hh
)
)
hh
=
mesh_
->
opposite_halfedge_handle
(
hh
);
typename
MeshT
::
VertexHandle
vh
=
mesh_
->
from_vertex_handle
(
hh
);
typename
MeshT
::
VertexHandle
vh
=
mesh_
->
from_vertex_handle
(
hh
);
typename
MeshT
::
Normal
n
=
mesh_
->
normal
(
vh
);
typename
MeshT
::
Normal
n
=
mesh_
->
normal
(
vh
);
typename
MeshT
::
Point
p
=
mesh_
->
point
(
vh
);
typename
MeshT
::
Point
p
=
mesh_
->
point
(
vh
);
if
(
(
p
-
center
).
norm
()
<
(
p
+
n
-
center
).
norm
()
){
if
(
(
p
-
center
).
norm
()
<
(
p
+
n
-
center
).
norm
()
){
// isHole = false;
// break;
err
++
;
}
err
++
;
}
}
// std::cerr << "Errors " << err << " Size " << hole.count << std::endl;
...
...
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