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

COMP: checkMesh: missing header

parent cc9195a4
Branches
Tags
No related merge requests found
......@@ -6,6 +6,16 @@ namespace Foam
{
class polyMesh;
class surfaceWriter;
class pointSet;
template<class PatchType>
void checkPatch
(
const bool allGeometry,
const word& name,
const PatchType& pp,
pointSet& points
);
label checkTopology
(
......
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