mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
master instead of masterNo
This commit is contained in:
@ -586,12 +586,12 @@ void getInterfaceSizes
|
||||
{
|
||||
// Send to master
|
||||
{
|
||||
OPstream toMaster(Pstream::blocking, Pstream::master());
|
||||
OPstream toMaster(Pstream::blocking, Pstream::masterNo());
|
||||
toMaster << interfaceSizes;
|
||||
}
|
||||
// Receive from master
|
||||
{
|
||||
IPstream fromMaster(Pstream::blocking, Pstream::master());
|
||||
IPstream fromMaster(Pstream::blocking, Pstream::masterNo());
|
||||
fromMaster >> interfaceSizes;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user