14 lines
194 B
C++
14 lines
194 B
C++
#include "label.H"
|
|
|
|
namespace Foam
|
|
{
|
|
class polyMesh;
|
|
|
|
label checkGeometry
|
|
(
|
|
const polyMesh& mesh,
|
|
bool checkPointNearness,
|
|
bool checkCellDeterminant
|
|
);
|
|
}
|