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
1810dfe0
Commit
1810dfe0
authored
Feb 19, 2013
by
Sylvain Thery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
error copy/paste
parent
e4c3a9c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/Topology/generic/genericmap.cpp
src/Topology/generic/genericmap.cpp
+1
-1
No files found.
src/Topology/generic/genericmap.cpp
View file @
1810dfe0
...
...
@@ -621,7 +621,7 @@ bool GenericMap::loadMapBin(const std::string& filename)
// restore quick traversals pointers if necessary (containers already ok)
for
(
unsigned
int
orb
=
0
;
orb
<
NB_ORBITS
;
++
orb
)
{
m_quickTraversal
[
ORBIT
]
=
m_attribs
[
ORBIT
].
getDataVector
<
Dart
>
(
"quick_traversal"
)
;
m_quickTraversal
[
orb
]
=
m_attribs
[
orb
].
getDataVector
<
Dart
>
(
"quick_traversal"
)
;
}
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