Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenMesh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenMesh
OpenMesh
Commits
1b46bb0e
Commit
1b46bb0e
authored
Apr 09, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a documentation hint. closes
#65
parent
b794e7e6
Pipeline
#9619
failed with stage
in 5 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/OpenMesh/Tools/Subdivider/Uniform/LoopT.hh
src/OpenMesh/Tools/Subdivider/Uniform/LoopT.hh
+3
-0
No files found.
src/OpenMesh/Tools/Subdivider/Uniform/LoopT.hh
View file @
1b46bb0e
...
...
@@ -363,8 +363,11 @@ private: // topological modifiers
_m
.
set_face_handle
(
new_heh
,
_m
.
face_handle
(
heh
)
);
_m
.
set_halfedge_handle
(
vh
,
new_heh
);
// We cant reconnect a non existing face, so we skip this here if necessary
if
(
!
_m
.
is_boundary
(
heh
)
)
_m
.
set_halfedge_handle
(
_m
.
face_handle
(
heh
),
heh
);
_m
.
set_halfedge_handle
(
vh1
,
opp_new_heh
);
// Never forget this, when playing with the topology
...
...
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