blockMesh: Replaced b.cells().size() with blockCells.size()

Resolves bug-report https://bugs.openfoam.org/view.php?id=3754
This commit is contained in:
Henry Weller
2021-11-20 21:03:02 +00:00
parent 687996724a
commit c9b4fc75d4

View File

@ -302,7 +302,7 @@ int main(int argc, char *argv[])
} }
else else
{ {
celli += b.cells().size(); celli += blockCells.size();
} }
} }