STYLE: more consistency in communicator types (int vs label)

This commit is contained in:
Mark Olesen
2025-02-26 11:50:14 +01:00
parent d4b5280742
commit 8c395357f3
23 changed files with 181 additions and 132 deletions

View File

@ -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),