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

COMP: checkMesh: missing header

parent 775f3996
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,16 @@ namespace Foam ...@@ -6,6 +6,16 @@ namespace Foam
{ {
class polyMesh; class polyMesh;
class surfaceWriter; class surfaceWriter;
class pointSet;
template<class PatchType>
void checkPatch
(
const bool allGeometry,
const word& name,
const PatchType& pp,
pointSet& points
);
label checkTopology label checkTopology
( (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment