mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Pstream::master fixed, see
http://openfoam.cfd-online.com/cgi-bin/forum/show.cgi?126/10427
This commit is contained in:
@ -128,7 +128,7 @@ bool Foam::sampledSurfaces::checkFieldTypes()
|
||||
nFields += grep(symmTensorFields_, fieldTypes);
|
||||
nFields += grep(tensorFields_, fieldTypes);
|
||||
|
||||
if (Pstream::master)
|
||||
if (Pstream::master())
|
||||
{
|
||||
if (debug)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user