
28 Feb
2013
28 Feb
'13
11:24 a.m.
On 27/02/2013 18:40, Anthony Seure wrote:
diff --git a/scribo/scribo/primitive/extract/lines_h_single.hh b/scribo/scribo/primitive/extract/lines_h_single.hh index 1bff2f4..1f3a783 100644 --- a/scribo/scribo/primitive/extract/lines_h_single.hh +++ b/scribo/scribo/primitive/extract/lines_h_single.hh @@ -154,8 +154,10 @@ namespace scribo mln_precondition(nbh.is_valid());
typedef mln_ch_value(I,V) L; + V ncomps; component_set<L> - output = primitive::extract::components(input, nbh, nlines); + output = primitive::extract::components(input, nbh, ncomps); + (void) ncomps;
This is weird. Was `ncomps' missing in the initial code?