Skip to content

Commit

Permalink
Merge branch 'feature/spherical_vector_adjoint' of https://github.com…
Browse files Browse the repository at this point in the history
…/JCSDA-internal/atlas into feature/spherical_vector_adjoint
  • Loading branch information
odlomax committed Feb 6, 2024
2 parents be86d5e + fb64d8f commit eee0d6b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,8 @@ class ComplexMatrixMultiply {
}

private:
template <typename View, typename Index>

/// @brief Makes the slice arrayView.slice(index, Range::all()...).
template <typename View, typename Index>
static auto sliceColumn(View& arrayView, Index index) {
constexpr auto Rank = std::decay_t<View>::rank();
using RangeAll = decltype(array::Range::all());
Expand Down

0 comments on commit eee0d6b

Please sign in to comment.