checkMeshQuality.H
Go to the documentation of this file.
1 #include "polyMesh.H"
2 
3 namespace Foam
4 {
5  class surfaceWriter;
6 
8  (
9  const polyMesh&,
10  const dictionary&,
11  const autoPtr<surfaceWriter>&
12  );
13 }
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Definition: label.H:59
label checkMeshQuality(const polyMesh &, const dictionary &, const autoPtr< surfaceWriter > &)
Namespace for OpenFOAM.