diff --git a/Arith/src/rten.hxx b/Arith/src/rten.hxx index 3926e1452..9c276417c 100644 --- a/Arith/src/rten.hxx +++ b/Arith/src/rten.hxx @@ -177,7 +177,7 @@ public: template friend constexpr ARITH_INLINE ARITH_DEVICE ARITH_HOST void fmap_(const F &f, const rten &x, const rten &...args) { - fmap_(f, x.args, args.elts...); + fmap_(f, x.elts, args.elts...); } template <