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
David Cazier
CGoGN
Commits
90151896
Commit
90151896
authored
Dec 09, 2011
by
Pierre Kraemer
Browse files
bug embeddedGMap2
parent
134014b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Topology/gmap/embeddedGMap2.cpp
View file @
90151896
...
...
@@ -370,13 +370,13 @@ void EmbeddedGMap2::splitFace(Dart d, Dart e)
if
(
isOrbitEmbedded
(
VERTEX
))
{
unsigned
int
v1Emb
=
getEmbedding
(
VERTEX
,
d
)
;
copy
DartEmbedding
(
VERTEX
,
phi_1
(
e
),
v1Emb
)
;
copy
DartEmbedding
(
VERTEX
,
beta1
(
d
),
v1Emb
)
;
copy
DartEmbedding
(
VERTEX
,
beta1
(
phi_1
(
e
)),
v1Emb
)
;
set
DartEmbedding
(
VERTEX
,
phi_1
(
e
),
v1Emb
)
;
set
DartEmbedding
(
VERTEX
,
beta1
(
d
),
v1Emb
)
;
set
DartEmbedding
(
VERTEX
,
beta1
(
phi_1
(
e
)),
v1Emb
)
;
unsigned
int
v2Emb
=
getEmbedding
(
VERTEX
,
e
)
;
copy
DartEmbedding
(
VERTEX
,
phi_1
(
d
),
v2Emb
)
;
copy
DartEmbedding
(
VERTEX
,
beta1
(
e
),
v2Emb
)
;
copy
DartEmbedding
(
VERTEX
,
beta1
(
phi_1
(
d
)),
v2Emb
)
;
set
DartEmbedding
(
VERTEX
,
phi_1
(
d
),
v2Emb
)
;
set
DartEmbedding
(
VERTEX
,
beta1
(
e
),
v2Emb
)
;
set
DartEmbedding
(
VERTEX
,
beta1
(
phi_1
(
d
)),
v2Emb
)
;
}
if
(
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