Skip to content
Snippets Groups Projects
Commit 9ef72571 authored by mattijs's avatar mattijs
Browse files

more space

parent 1a165241
Branches
Tags
No related merge requests found
......@@ -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_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment