Skip to content

Commit

Permalink
Apply suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
schnellerhase committed Aug 19, 2024
1 parent 9db07d8 commit 9153698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/test/matrix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ void test_matrix()

auto to_global_col = [&](auto col)
{
std::vector<std::int64_t> tmp(1);
std::array<std::int64_t, 1> tmp;
A.index_map(1)->local_to_global(std::vector<std::int32_t>{col}, tmp);
return tmp[0];
};
Expand Down

0 comments on commit 9153698

Please sign in to comment.