mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: incorrect tag/communicator order in debugSurfaceWriter
This commit is contained in:
@ -92,9 +92,9 @@ Foam::surfaceWriters::debugWriter::mergeField
|
||||
(
|
||||
fld,
|
||||
allFld,
|
||||
UPstream::worldComm,
|
||||
(UPstream::msgType() + msgTag_),
|
||||
commType_,
|
||||
(UPstream::msgType() + msgTag_)
|
||||
UPstream::worldComm
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user