Skip to content

Commit

Permalink
const
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Sep 19, 2024
1 parent 49ef5c4 commit a843073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/micm/util/matrix.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ namespace micm
return y_dim_;
}

void print() {
void print() const {
for (std::size_t i = 0; i < x_dim_; ++i)
{
for (std::size_t j = 0; j < y_dim_; ++j)
Expand Down

0 comments on commit a843073

Please sign in to comment.