mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: more consistency in communicator types (int vs label)
This commit is contained in:
@ -167,7 +167,7 @@ Foam::UIPstreamBase::UIPstreamBase
|
||||
DynamicList<char>& receiveBuf,
|
||||
label& receiveBufPosition,
|
||||
const int tag,
|
||||
const label comm,
|
||||
const int communicator,
|
||||
const bool clearAtEnd,
|
||||
IOstreamOption::streamFormat fmt
|
||||
)
|
||||
@ -176,7 +176,7 @@ Foam::UIPstreamBase::UIPstreamBase
|
||||
Istream(fmt),
|
||||
fromProcNo_(fromProcNo),
|
||||
tag_(tag),
|
||||
comm_(comm),
|
||||
comm_(communicator),
|
||||
messageSize_(0),
|
||||
storedRecvBufPos_(0),
|
||||
clearAtEnd_(clearAtEnd),
|
||||
|
||||
Reference in New Issue
Block a user