Commit f9211286 authored by Jakob Stierhof's avatar Jakob Stierhof

Index can now run out of bounds

parent 9c2564ef
Pipeline #6941 passed with stages
in 41 seconds
......@@ -50,6 +50,7 @@ define hist1d_confidence (lo, hi, h)
}
}
if (jj>0) jj--;
if (ii>=length(hi)) ii = length(hi)-1;
if (qualifier_exists("index"))
return jj,ii;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment