Skip to content

Commit

Permalink
Fix compile error when Reeber is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
n8xm committed Sep 20, 2024
1 parent 708f578 commit 24346b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Util/reeber/src/reeber.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ std::vector<Halo> compute_halos(diy::mpi::communicator& world,
new Block(b->fab, b->extra_names_, b->extra_fabs_, local_ref, local_lev, diy_domain,
l->bounds(),
l->core(), cp.gid(),
new_link, absolute_rho, negate, /*absolute = */ true, cell_volume),
new_link, absolute_rho, negate, /* wrap = */ true, /*absolute = */ true, cell_volume),
new_link);

//if (debug) fmt::print(std::cerr, "Added block gid = {}\n", cp.gid());
Expand Down

0 comments on commit 24346b6

Please sign in to comment.