Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CGoGN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
...
@@ -295,7 +295,7 @@ bool exportPLYPTM(typename PFP::MAP& map, const char* filename, const typename P
{
{
if
(
!
markV
.
isMarked
(
e
))
if
(
!
markV
.
isMarked
(
e
))
{
{
vertices
.
push_back
(
lab
);
vertices
.
push_back
(
map
.
getEmbedding
(
e
,
VERTEX_ORBIT
)
);
tableVertLab
[
e
]
=
lab
++
;
tableVertLab
[
e
]
=
lab
++
;
markV
.
mark
(
e
);
markV
.
mark
(
e
);
...
@@ -416,7 +416,7 @@ bool exportPLYPTM(typename PFP::MAP& map, const char* filename, const typename P
...
@@ -416,7 +416,7 @@ bool exportPLYPTM(typename PFP::MAP& map, const char* filename, const typename P
{
{
if
(
!
markV
.
isMarked
(
e
))
if
(
!
markV
.
isMarked
(
e
))
{
{
vertices
.
push_back
(
lab
);
vertices
.
push_back
(
map
.
getEmbedding
(
e
,
VERTEX_ORBIT
)
);
tableVertLab
[
e
]
=
lab
++
;
tableVertLab
[
e
]
=
lab
++
;
markV
.
mark
(
e
);
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