BUG: messageStream - corrected output

This commit is contained in:
andy 2014-01-03 11:24:59 +00:00
parent b07bf72e29
commit fd8fd8111f

View File

@ -68,7 +68,7 @@ Foam::OSstream& Foam::messageStream::masterStream(const label communicator)
if (communicator == UPstream::worldComm)
{
return operator()(Pstream::master());
return operator()();
}
else
{