Skip to content

Commit

Permalink
Fix something.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Jul 25, 2024
1 parent 12b48e6 commit 744f029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MeshBlock.C
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@ void MeshBlock::writeBCnodes(char nodetype2tag, int bodyid)
const int nbc = (nodetype2tag == WALLNODETYPE) ? nwbc : nobc;
int* bcnode = (nodetype2tag == WALLNODETYPE) ? wbcnode : obcnode;

const int allnbc = 0;
int allnbc = 0;
MPI_Reduce(&nbc, &allnbc, 1, MPI_INT, MPI_SUM, 0, blockcomm);

static int step = 0;
Expand Down

0 comments on commit 744f029

Please sign in to comment.