Skip to content

Commit

Permalink
Further index consistency added.
Browse files Browse the repository at this point in the history
  • Loading branch information
odlomax committed Dec 7, 2023
1 parent 8b3e8f4 commit d63503f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ RealMatrixMap makeMatrixMap(const EckitMatrix& baseMatrix) {
baseMatrix.inner(), baseMatrix.data());
}

template <typename Matrix>
auto getInnerIt(const Matrix& matrix, int k) {
template <typename Matrix, typename Index>
auto getInnerIt(const Matrix& matrix, Index k) {
return typename Matrix::InnerIterator(matrix, k);
}

Expand Down

0 comments on commit d63503f

Please sign in to comment.