openfoam/applications/utilities/mesh/manipulation/checkMesh/checkTopology.H
2009-06-30 22:16:01 +01:00

12 lines
192 B
C++

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