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
3d6ca439
Commit
3d6ca439
authored
Apr 09, 2019
by
Jan Möbius
Browse files
Fixed crash in loop subdivision
parent
c79efc9e
Changes
1
Show whitespace changes
Inline
Side-by-side
src/OpenMesh/Tools/Subdivider/Uniform/LoopT.hh
View file @
3d6ca439
...
...
@@ -363,6 +363,7 @@ private: // topological modifiers
_m
.
set_face_handle
(
new_heh
,
_m
.
face_handle
(
heh
)
);
_m
.
set_halfedge_handle
(
vh
,
new_heh
);
if
(
!
_m
.
is_boundary
(
heh
)
)
_m
.
set_halfedge_handle
(
_m
.
face_handle
(
heh
),
heh
);
_m
.
set_halfedge_handle
(
vh1
,
opp_new_heh
);
...
...
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