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
Thomas Pitiot
CGoGN
Commits
8cefba23
Commit
8cefba23
authored
May 25, 2011
by
Pierre Kraemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correction bug embeddedMap2::mergeFace
parent
c5a42b54
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/Topology/generic/embeddedMap2.hpp
include/Topology/generic/embeddedMap2.hpp
+1
-1
No files found.
include/Topology/generic/embeddedMap2.hpp
View file @
8cefba23
...
...
@@ -314,7 +314,7 @@ bool EmbeddedMap2<MAP2>::mergeFaces(Dart d)
{
if
(
MAP2
::
isOrbitEmbedded
(
FACE_ORBIT
))
{
MAP2
::
embedOrbit
(
FACE_ORBIT
,
dNext
,
MAP2
::
getEmbedding
(
VERTEX
_ORBIT
,
dNext
))
;
MAP2
::
embedOrbit
(
FACE_ORBIT
,
dNext
,
MAP2
::
getEmbedding
(
FACE
_ORBIT
,
dNext
))
;
}
return
true
;
}
...
...
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