Standardised the class declaration section comments to correspond to the foamNewSource template
This commit is contained in:
@ -54,7 +54,7 @@ class twoDPointCorrector;
|
||||
|
||||
class edgeStats
|
||||
{
|
||||
// Private data
|
||||
// Private Data
|
||||
|
||||
//- Reference to mesh.
|
||||
const polyMesh& mesh_;
|
||||
@ -77,7 +77,7 @@ class edgeStats
|
||||
|
||||
public:
|
||||
|
||||
// Static data members
|
||||
// Static Data Members
|
||||
|
||||
// Max (cos of) angle for edges to be considered aligned with axis.
|
||||
static const scalar edgeTol_;
|
||||
|
||||
Reference in New Issue
Block a user