From fb64d8f13a0deddef34a0c2a55bab58c591286b7 Mon Sep 17 00:00:00 2001 From: Oliver Lomax Date: Fri, 2 Feb 2024 14:22:51 +0000 Subject: [PATCH] Update ComplexMatrixMultiply.h Fixed strange formatting. --- .../method/sphericalvector/ComplexMatrixMultiply.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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());