diff --git a/Loop/src/loop.hxx b/Loop/src/loop.hxx index 0aaa290c9..e1a600bbe 100644 --- a/Loop/src/loop.hxx +++ b/Loop/src/loop.hxx @@ -187,8 +187,9 @@ public: // Outward boundary normal (if on outermost interior point), else 0 const vect BI = vect(I == bnd_max - 1) - vect(I == bnd_min); + const vect CI1{CI, CJ, CK}; const PointDesc p = - point_desc({CI, CJ, CK}, I, iter, NI, I0, BI, bnd_min, bnd_max, + point_desc(CI1, I, iter, NI, I0, BI, bnd_min, bnd_max, loop_min, loop_max); f(p); }