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
KennethVanhoey
CGoGN
Commits
90151896
Commit
90151896
authored
Dec 09, 2011
by
Pierre Kraemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug embeddedGMap2
parent
134014b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
src/Topology/gmap/embeddedGMap2.cpp
src/Topology/gmap/embeddedGMap2.cpp
+6
-6
No files found.
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
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