Skip to content

Commit

Permalink
Fix accidental deletion. (Exawind#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel authored Dec 18, 2024
1 parent 1d5d9ca commit 02b0a92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/exchangeBoxes.C
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ void tioga::exchangeBoxes()
//
// Check for intersection of OBBs
//
nsend = nrecv = numprocs;
for (int ob = 0; ob < nobb; ob++) {
for (int ib = 0; ib < nblocks; ib++) {
auto& mb = mblocks[ib];
Expand Down

0 comments on commit 02b0a92

Please sign in to comment.