Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Robert Sachunsky
olena
Commits
4765bc40
Commit
4765bc40
authored
Jun 28, 2011
by
Guillaume Lazzara
Browse files
mln/border/equalize.hh: Fix an invalid assertion.
parent
e359183c
Changes
2
Hide whitespace changes
Inline
Side-by-side
milena/ChangeLog
View file @
4765bc40
2011-06-28 Guillaume Lazzara <z@lrde.epita.fr>
* mln/border/equalize.hh: Fix an invalid assertion.
2011-06-27 Guillaume Lazzara <z@lrde.epita.fr>
* mln/debug/draw_graph.hh: Limit the use of exact().
milena/mln/border/equalize.hh
View file @
4765bc40
...
...
@@ -93,7 +93,7 @@ namespace mln
}
else
{
mln_assertion
(
b2
<
min_thickness
);
//
mln_assertion(b2 < min_thickness);
// why ?
mln_assertion
(
b1
>=
min_thickness
);
border
::
resize
(
ima2
,
b1
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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