mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: overset: change tag for communication
This commit is contained in:
@ -227,7 +227,7 @@ bool Foam::dynamicOversetFvMesh::updateAddressing() const
|
|||||||
Pstream::myProcNo(),
|
Pstream::myProcNo(),
|
||||||
proci,
|
proci,
|
||||||
tensorField(0),
|
tensorField(0),
|
||||||
Pstream::msgType()+2
|
Pstream::msgType()+3
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@ -248,7 +248,7 @@ bool Foam::dynamicOversetFvMesh::updateAddressing() const
|
|||||||
Pstream::myProcNo(),
|
Pstream::myProcNo(),
|
||||||
proci,
|
proci,
|
||||||
tensorField(0),
|
tensorField(0),
|
||||||
Pstream::msgType()+2
|
Pstream::msgType()+3
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user