Renamed namespace polyMeshCheck -> meshCheck

This namespace is to be used for both primitiveMesh, polyMesh and fvMesh
checking functions.
This commit is contained in:
Henry Weller
2023-10-18 12:39:04 +01:00
parent 2fae9768ef
commit 46f829761a
8 changed files with 39 additions and 39 deletions

View File

@ -67,7 +67,7 @@ bool Foam::functionObjects::checkMesh::execute()
{
if (mesh_.changing())
{
return polyMeshCheck::checkMesh(mesh_, true);
return meshCheck::checkMesh(mesh_, true);
}
else
{