ENH: overset: change tag for communication

This commit is contained in:
mattijs
2019-05-23 11:28:08 +01:00
committed by Andrew Heather
parent b8dc024444
commit b521e4223b

View File

@ -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
) )
); );
} }