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
Hurstel
CGoGN
Commits
ba8c6802
Commit
ba8c6802
authored
Mar 04, 2011
by
Pierre Kraemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
suppression commentaire inutile
parent
b515ee2c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
20 deletions
+0
-20
include/Topology/generic/embeddedMap2.hpp
include/Topology/generic/embeddedMap2.hpp
+0
-20
No files found.
include/Topology/generic/embeddedMap2.hpp
View file @
ba8c6802
...
...
@@ -205,26 +205,6 @@ Dart EmbeddedMap2<MAP2>::collapseEdge(Dart d, bool delDegenerateFaces)
template
<
typename
MAP2
>
bool
EmbeddedMap2
<
MAP2
>::
flipEdge
(
Dart
d
)
{
// unsigned int dVEmb = EMBNULL ;
// unsigned int eVEmb = EMBNULL ;
//
// Dart e = MAP2::phi2(d) ;
//
// if(MAP2::isOrbitEmbedded(VERTEX_ORBIT))
// {
// dVEmb = MAP2::getDartEmbedding(VERTEX_ORBIT, d) ;
// if(dVEmb != EMBNULL)
// MAP2::setDartEmbedding(VERTEX_ORBIT, MAP2::alpha1(d), dVEmb) ;
// MAP2::setDartEmbedding(VERTEX_ORBIT, d, EMBNULL) ;
//
// eVEmb = MAP2::getDartEmbedding(VERTEX_ORBIT, e) ;
// if(eVEmb != EMBNULL)
// MAP2::setDartEmbedding(VERTEX_ORBIT, MAP2::alpha1(e), eVEmb) ;
// MAP2::setDartEmbedding(VERTEX_ORBIT, e, EMBNULL) ;
// }
//
// return MAP2::flipEdge(d) ;
if
(
MAP2
::
flipEdge
(
d
))
{
Dart
e
=
MAP2
::
phi2
(
d
)
;
...
...
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