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
Hurstel
CGoGN
Commits
498aabac
Commit
498aabac
authored
Feb 15, 2013
by
Sylvain Thery
Browse files
forgotten selector
parent
fe31f368
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/Algo/Modelisation/subdivision3.hpp
View file @
498aabac
...
...
@@ -743,7 +743,7 @@ void sqrt3Vol(typename PFP::MAP& map, VertexAttribute<typename PFP::VEC3>& posit
}
}
TraversorV
<
typename
PFP
::
MAP
>
tVg
(
map
,
selected
);
TraversorV
<
typename
PFP
::
MAP
>
tVg
(
map
);
for
(
Dart
dit
=
tVg
.
begin
()
;
dit
!=
tVg
.
end
()
;
dit
=
tVg
.
next
())
{
if
(
map
.
isBoundaryVertex
(
dit
)
&&
!
newBoundaryV
.
isMarked
(
dit
))
...
...
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