Skip to content

Commit

Permalink
and another
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Mar 8, 2024
1 parent f6383e5 commit 87d8b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parallelComm.C
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ void parallelComm::sendRecvPackets2(PACKET *sndPack,PACKET *rcvPack)

for (int i=0; i < nrecv; i++) {
int displ = rcv_int_displs[rcvMap[i]];
for(int j=0; j < rint[rvcMap[i]]; j++){
for(int j=0; j < rint[rcvMap[i]]; j++){
rcvPack[i].intData[j] = all_rcv_intData[displ+j];
}
}
Expand Down

0 comments on commit 87d8b06

Please sign in to comment.