Skip to content

Commit

Permalink
small part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
lroberts36 committed Oct 22, 2024
1 parent d8ae6e8 commit d0d0194
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bvals/comms/boundary_communication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ TaskStatus ReceiveBoundBufs(std::shared_ptr<MeshData<Real>> &md) {
std::for_each(
std::begin(cache.buf_vec), std::end(cache.buf_vec),
[&all_received](auto pbuf) { all_received = pbuf->TryReceive() && all_received; });

int ibound = 0;
if (Globals::sparse_config.enabled && all_received) {
ForEachBoundary<bound_type>(
Expand Down

0 comments on commit d0d0194

Please sign in to comment.