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
Olena
olena
Commits
aa9b7390
Commit
aa9b7390
authored
Mar 14, 2011
by
Thierry Geraud
Committed by
Guillaume Lazzara
Mar 29, 2011
Browse files
Deactivate erroneous assertion in regional_maxima.hh.
parent
65c60335
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
aa9b7390
2011-03-14 Thierry GERAUD <thierry.geraud@lrde.epita.fr>
* milena/mln/labeling/regional_maxima.hh
(do_no_union_): Deactivate assertion since it is
not verified for all cases.
2011-01-18 Guillaume Lazzara <z@lrde.epita.fr>
* configure.ac: Make Boost dependency optional.
...
...
milena/mln/labeling/regional_maxima.hh
View file @
aa9b7390
...
...
@@ -97,8 +97,8 @@ namespace mln
bool
labels_
(
unsigned
p
)
const
{
return
attr
.
element
(
p
);
}
bool
equiv_
(
unsigned
n
,
unsigned
p
)
const
{
return
input
.
element
(
n
)
==
input
.
element
(
p
);
}
void
do_no_union_
(
unsigned
n
,
unsigned
p
)
{
mln_invariant
(
input
.
element
(
n
)
>
input
.
element
(
p
));
void
do_no_union_
(
unsigned
n
,
unsigned
p
)
{
//
mln_invariant(input.element(n) >
//
input.element(p));
attr
.
element
(
p
)
=
false
;
(
void
)
n
;
}
...
...
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