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
Olena
olena
Commits
f884a769
Commit
f884a769
authored
Mar 05, 2013
by
Guillaume Lazzara
Browse files
scribo/primitive/extract/lines_discontinued.hh: Add a missing call to exact().
parent
5963d6b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
scribo/ChangeLog
View file @
f884a769
2013-03-05 Guillaume Lazzara <z@lrde.epita.fr>
* scribo/primitive/extract/lines_discontinued.hh: Add a missing
call to exact().
2013-03-05 Guillaume Lazzara <z@lrde.epita.fr>
* scribo/primitive/extract/lines_discontinued.hh: Fix invalid line
...
...
scribo/scribo/primitive/extract/lines_discontinued.hh
View file @
f884a769
...
...
@@ -90,15 +90,17 @@ namespace scribo
void
lines_discontinued_tests
(
const
Image
<
I
>&
input
,
const
Neighborhood
<
N
>&
nbh
,
V
&
nlines
,
const
Window
<
W
>&
win
,
unsigned
rank_k
)
const
Window
<
W
>&
win
_
,
unsigned
rank_k
)
{
mlc_equal
(
mln_value
(
I
),
bool
)
::
check
();
mlc_bool
(
mln_site_
(
I
)
::
dim
==
2
)
::
check
();
mlc_is_a
(
V
,
mln
::
value
::
Symbolic
)
::
check
();
const
W
&
win
=
exact
(
win_
);
mln_precondition
(
exact
(
input
).
is_valid
());
mln_precondition
(
exact
(
nbh
).
is_valid
());
mln_precondition
(
exact
(
win
)
.
is_valid
());
mln_precondition
(
win
.
is_valid
());
mln_precondition
(
win
.
length
()
>
2
*
(
rank_k
+
1
));
...
...
Write
Preview
Supports
Markdown
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