mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
12 lines
192 B
C++
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);
|
|
}
|