openfoam/applications/utilities/mesh/manipulation/checkMesh/checkTopology.H

10 lines
148 B
C++

#include "label.H"
#include "wordList.H"
namespace Foam
{
class polyMesh;
label checkTopology(const polyMesh&, const bool, const bool);
}