11 lines
192 B
C++
11 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);
|
|
}
|