diff --git a/applications/utilities/mesh/manipulation/checkMesh/checkGeometry.C b/applications/utilities/mesh/manipulation/checkMesh/checkGeometry.C index c7b29edda4..6b1a10d90e 100644 --- a/applications/utilities/mesh/manipulation/checkMesh/checkGeometry.C +++ b/applications/utilities/mesh/manipulation/checkMesh/checkGeometry.C @@ -4,6 +4,7 @@ #include "cellSet.H" #include "faceSet.H" #include "pointSet.H" +#include "EdgeMap.H" Foam::label Foam::checkGeometry(const polyMesh& mesh, const bool allGeometry) { @@ -21,12 +22,33 @@ Foam::label Foam::checkGeometry(const polyMesh& mesh, const bool allGeometry) // Min length scalar minDistSqr = magSqr(1e-6*(globalBb.max() - globalBb.min())); - Info<< " Mesh (non-empty) directions " - << (mesh.directions() + Vector