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
a77997e2
Commit
a77997e2
authored
Jan 11, 2013
by
Thery Sylvain
Browse files
bug in boundaryUnmarkAll
parent
d48e7665
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/Topology/generic/genericmap.hpp
View file @
a77997e2
...
...
@@ -760,7 +760,7 @@ void GenericMap::boundaryUnmarkAll()
{
AttributeContainer
&
cont
=
getAttributeContainer
<
DART
>
()
;
for
(
unsigned
int
i
=
cont
.
begin
();
i
!=
cont
.
end
();
cont
.
next
(
i
))
m_markTables
[
DART
][
0
]
->
operator
[](
i
).
unsetMark
(
m_boundaryMarkers
[
DIM
-
1
]);
m_markTables
[
DART
][
0
]
->
operator
[](
i
).
unsetMark
(
m_boundaryMarkers
[
DIM
-
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