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
|
// Send to master
|
||||||
{
|
{
|
||||||
OPstream toMaster(Pstream::blocking, Pstream::master());
|
OPstream toMaster(Pstream::blocking, Pstream::masterNo());
|
||||||
toMaster << interfaceSizes;
|
toMaster << interfaceSizes;
|
||||||
}
|
}
|
||||||
// Receive from master
|
// Receive from master
|
||||||
{
|
{
|
||||||
IPstream fromMaster(Pstream::blocking, Pstream::master());
|
IPstream fromMaster(Pstream::blocking, Pstream::masterNo());
|
||||||
fromMaster >> interfaceSizes;
|
fromMaster >> interfaceSizes;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user