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
b52d52d0
Commit
b52d52d0
authored
Jan 28, 2011
by
Sylvain Thery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correction bug exportPLYPTM
parent
cb5cee7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/Algo/Export/export.hpp
include/Algo/Export/export.hpp
+2
-2
No files found.
include/Algo/Export/export.hpp
View file @
b52d52d0
...
...
@@ -295,7 +295,7 @@ bool exportPLYPTM(typename PFP::MAP& map, const char* filename, const typename P
{
if
(
!
markV
.
isMarked
(
e
))
{
vertices
.
push_back
(
lab
);
vertices
.
push_back
(
map
.
getEmbedding
(
e
,
VERTEX_ORBIT
)
);
tableVertLab
[
e
]
=
lab
++
;
markV
.
mark
(
e
);
...
...
@@ -416,7 +416,7 @@ bool exportPLYPTM(typename PFP::MAP& map, const char* filename, const typename P
{
if
(
!
markV
.
isMarked
(
e
))
{
vertices
.
push_back
(
lab
);
vertices
.
push_back
(
map
.
getEmbedding
(
e
,
VERTEX_ORBIT
)
);
tableVertLab
[
e
]
=
lab
++
;
markV
.
mark
(
e
);
...
...
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