BUG: incorrect tag/communicator order in debugSurfaceWriter

This commit is contained in:
Mark Olesen
2022-10-13 15:22:07 +02:00
parent 65dc440f3c
commit 5a9dbcdadf

View File

@ -92,9 +92,9 @@ Foam::surfaceWriters::debugWriter::mergeField
(
fld,
allFld,
UPstream::worldComm,
(UPstream::msgType() + msgTag_),
commType_,
(UPstream::msgType() + msgTag_)
UPstream::worldComm
);
}