checkMesh: Updated to use the new meshCheck namespace functions

This commit is contained in:
Henry Weller
2023-10-18 14:25:35 +01:00
parent 5472ce5327
commit 7ffe72fd34
3 changed files with 20 additions and 20 deletions

View File

@ -53,7 +53,7 @@ Description
#include "polyAddFace.H"
#include "combineFaces.H"
#include "removePoints.H"
#include "polyMesh.H"
#include "polyMeshCheck.H"
#include "polyTopoChangeMap.H"
#include "unitConversion.H"
#include "motionSmoother.H"
@ -135,7 +135,7 @@ label mergePatchFaces
}
else
{
mesh.checkFacePyramids(false, -small, &errorFaces);
meshCheck::checkFacePyramids(mesh, false, -small, &errorFaces);
}
// Sets where the master is in error