Standardised the class declaration section comments to correspond to the foamNewSource template
This commit is contained in:
@ -64,7 +64,7 @@ class polyMeshFilter
|
||||
:
|
||||
private polyMeshFilterSettings
|
||||
{
|
||||
// Private data
|
||||
// Private Data
|
||||
|
||||
//- Reference to the original mesh
|
||||
const fvMesh& mesh_;
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration | Website: https://openfoam.org
|
||||
\\ / A nd | Copyright (C) 2013-2018 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2013-2019 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -52,7 +52,7 @@ namespace Foam
|
||||
|
||||
class polyMeshFilterSettings
|
||||
{
|
||||
// Private data
|
||||
// Private Data
|
||||
|
||||
//- Dictionary containing the coefficient sub-dictionaries
|
||||
const dictionary dict_;
|
||||
|
||||
Reference in New Issue
Block a user