motionSmootherAlgoCheck: Moved to the new meshCheck library

This commit is contained in:
Henry Weller
2023-10-20 12:32:25 +01:00
parent cfe7fc040b
commit a5f0b5310a
21 changed files with 87 additions and 75 deletions

View File

@ -54,6 +54,7 @@ Description
#include "combineFaces.H"
#include "removePoints.H"
#include "polyMeshCheck.H"
#include "dynamicMeshCheck.H"
#include "polyTopoChangeMap.H"
#include "unitConversion.H"
#include "motionSmoother.H"
@ -131,7 +132,7 @@ label mergePatchFaces
if (qualDictPtr.valid())
{
motionSmoother::checkMesh(false, mesh, qualDictPtr(), errorFaces);
meshCheck::checkMesh(false, mesh, qualDictPtr(), errorFaces);
}
else
{