---
milena/mln/data/stretch_inplace.hh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/milena/mln/data/stretch_inplace.hh b/milena/mln/data/stretch_inplace.hh
index 618f43d..a4579f1 100644
--- a/milena/mln/data/stretch_inplace.hh
+++ b/milena/mln/data/stretch_inplace.hh
@@ -105,7 +105,7 @@ namespace mln
a = (M - m) / (max - min),
b = (m * max - M * min) / (max - min);
fun::v2v::linear_sat<V, double, V> f(a, b);
- data::transform_inplace(input, f);
+ data::transform_inplace(ima, f);
stretched = true;
}
else
--
1.7.2.5
Show replies by date