diff --git a/applications/utilities/mesh/manipulation/checkMesh/printMeshStats.C b/applications/utilities/mesh/manipulation/checkMesh/printMeshStats.C index 2179e67b0c..2951cab590 100644 --- a/applications/utilities/mesh/manipulation/checkMesh/printMeshStats.C +++ b/applications/utilities/mesh/manipulation/checkMesh/printMeshStats.C @@ -8,6 +8,7 @@ #include "pyrMatcher.H" #include "tetWedgeMatcher.H" #include "tetMatcher.H" +#include "IOmanip.H" void Foam::printMeshStats(const polyMesh& mesh, const bool allTopology) @@ -62,22 +63,19 @@ void Foam::printMeshStats(const polyMesh& mesh, const bool allTopology) << nInternalEdges-nInternal1Edges << nl; } - Info<< " faces: " - << returnReduce(mesh.faces().size(), sumOp