Skip to content

Commit

Permalink
comply with windows
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLapous committed Nov 26, 2024
1 parent 186c1fd commit 00a0520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multipers/multi_parameter_rank_invariant/rank_invariant.h
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ inline void compute_2d_rank_invariant(
if (degrees.size() == 0) return;
index_type X = grid_shape[1];
index_type Y = grid_shape[2]; // First axis is degree
const bool verbose = false;
constexpr const bool verbose = false;
if constexpr (verbose)
std::cout << "Shape " << grid_shape[0] << " " << grid_shape[1] << " " << grid_shape[2] << " " << grid_shape[3]
<< " " << grid_shape[4] << std::endl;
Expand Down

0 comments on commit 00a0520

Please sign in to comment.