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
Etienne Schmitt
CGoGN
Commits
71837871
Commit
71837871
authored
Dec 26, 2011
by
Thery Sylvain
Browse files
small error "i" missing in sBoundaryMarked
parent
1517fd39
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/Algo/Render/GL2/topo3Render.hpp
View file @
71837871
...
...
@@ -542,7 +542,7 @@ void Topo3Render::updateDataGMap3(typename PFP::MAP& mapx, const typename PFP::T
m_nbRel2
++
;
}
e
=
map
.
beta3
(
d
);
if
(
!
map
.
sBoundaryMarked
(
e
)
&&
(
d
<
e
))
if
(
!
map
.
i
sBoundaryMarked
(
e
)
&&
(
d
<
e
))
{
*
positionF3
++
=
fv2
[
d
];
*
positionF3
++
=
fv2x
[
e
];
...
...
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