mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
more space
This commit is contained in:
@ -143,7 +143,7 @@ void Foam::processorPolyPatch::initGeometry()
|
||||
(
|
||||
Pstream::blocking,
|
||||
neighbProcNo(),
|
||||
3*(sizeof(label) + size()*sizeof(vector) + sizeof(float))
|
||||
3*(sizeof(label) + size()*sizeof(vector) + sizeof(scalar))
|
||||
);
|
||||
|
||||
toNeighbProc
|
||||
@ -163,7 +163,7 @@ void Foam::processorPolyPatch::calcGeometry()
|
||||
(
|
||||
Pstream::blocking,
|
||||
neighbProcNo(),
|
||||
3*(sizeof(label) + size()*sizeof(vector) + sizeof(float))
|
||||
3*(sizeof(label) + size()*sizeof(vector) + sizeof(scalar))
|
||||
);
|
||||
fromNeighbProc
|
||||
>> neighbFaceCentres_
|
||||
|
||||
Reference in New Issue
Block a user