Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Pitiot
CGoGN
Commits
5502db65
Commit
5502db65
authored
May 03, 2013
by
Sylvain Thery
Browse files
bug import volbingz
parent
6a284f4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/Algo/Import/importVBGZ.hpp
View file @
5502db65
...
...
@@ -158,7 +158,7 @@ bool importVBGZ(typename PFP::MAP& map, const std::string& filename, std::vector
for
(
unsigned
int
i
=
0
;
i
<
numbers
[
2
]
;
++
i
)
{
// one hexa
Geom
::
Vec4ui
pt
;
unsigned
int
pt
[
8
]
;
pt
[
0
]
=
bufHexa
[
8
*
i
];
pt
[
1
]
=
bufHexa
[
8
*
i
+
1
];
pt
[
2
]
=
bufHexa
[
8
*
i
+
2
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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