FreeFOAM The Cross-Platform CFD Toolkit
checkTopology.H
Go to the documentation of this file.
1 #include <OpenFOAM/label.H>
2 #include <OpenFOAM/wordList.H>
3 
4 namespace Foam
5 {
6  class polyMesh;
7 
8  bool checkSync(const wordList& names);
9 
10  label checkTopology(const polyMesh&, const bool, const bool);
11 }