mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: messageStream - corrected output
This commit is contained in:
@ -68,7 +68,7 @@ Foam::OSstream& Foam::messageStream::masterStream(const label communicator)
|
|||||||
|
|
||||||
if (communicator == UPstream::worldComm)
|
if (communicator == UPstream::worldComm)
|
||||||
{
|
{
|
||||||
return operator()(Pstream::master());
|
return operator()();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user