openfoam/applications/utilities/mesh/manipulation/checkMesh.save/checkTopology.H
2008-04-15 18:56:58 +01:00

9 lines
126 B
C++

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