diff --git a/applications/utilities/mesh/manipulation/checkMesh/checkTopology.C b/applications/utilities/mesh/manipulation/checkMesh/checkTopology.C index cad195d013..b0ddecd813 100644 --- a/applications/utilities/mesh/manipulation/checkMesh/checkTopology.C +++ b/applications/utilities/mesh/manipulation/checkMesh/checkTopology.C @@ -35,9 +35,78 @@ License #include "processorPolyPatch.H" #include "surfaceWriter.H" #include "checkTools.H" +#include "treeBoundBox.H" // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // +template +void Foam::checkPatch +( + const bool allGeometry, + const word& name, + const PatchType& pp, + pointSet& points +) +{ + Info<< " " + << setw(20) << name + << setw(9) << returnReduce(pp.size(), sumOp