BUG: messageStream - corrected output
This commit is contained in:
parent
b07bf72e29
commit
fd8fd8111f
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user