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
KennethVanhoey
CGoGN
Commits
947fe6a0
Commit
947fe6a0
authored
Jun 09, 2011
by
Pierre Kraemer
Browse files
correction embeddedMap2::cutEdge
parent
6982c761
Changes
1
Show whitespace changes
Inline
Side-by-side
include/Topology/generic/embeddedMap2.hpp
View file @
947fe6a0
...
...
@@ -76,6 +76,7 @@ void EmbeddedMap2<MAP2>::cutEdge(Dart d)
if
(
MAP2
::
isOrbitEmbedded
(
EDGE
))
{
MAP2
::
embedNewCell
(
EDGE
,
nd
)
;
MAP2
::
copyDartEmbedding
(
EDGE
,
MAP2
::
phi2
(
d
),
d
)
;
MAP2
::
copyCell
(
EDGE
,
nd
,
d
)
;
}
if
(
MAP2
::
isOrbitEmbedded
(
FACE
))
...
...
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