Skip to content
Snippets Groups Projects
Commit 8b95187e authored by mattijs's avatar mattijs
Browse files

COMP: polyMesh.C: include of meshTools functionality

parent c63898c9
Branches
Tags
No related merge requests found
......@@ -1172,8 +1172,6 @@ Foam::tmp<Foam::scalarField> Foam::polyMesh::movePoints
)
).movePoints(points_);
}
meshSearchMeshObject::Delete(*this);
meshSearchFACECENTRETETSMeshObject::Delete(*this);
return sweptVols;
}
......
......@@ -95,8 +95,6 @@ void Foam::polyMesh::updateMesh(const mapPolyMesh& mpm)
)
).updateMesh(mpm);
}
meshSearchMeshObject::Delete(*this);
meshSearchFACECENTRETETSMeshObject::Delete(*this);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment