diff --git a/src/atlas/interpolation/method/sphericalvector/ComplexMatrixMultiply.h b/src/atlas/interpolation/method/sphericalvector/ComplexMatrixMultiply.h index 075e905a4..7a109a937 100644 --- a/src/atlas/interpolation/method/sphericalvector/ComplexMatrixMultiply.h +++ b/src/atlas/interpolation/method/sphericalvector/ComplexMatrixMultiply.h @@ -116,9 +116,8 @@ class ComplexMatrixMultiply { } private: - template - /// @brief Makes the slice arrayView.slice(index, Range::all()...). + template static auto sliceColumn(View& arrayView, Index index) { constexpr auto Rank = std::decay_t::rank(); using RangeAll = decltype(array::Range::all());