Standardised the class declaration section comments to correspond to the foamNewSource template

This commit is contained in:
Henry Weller
2019-06-13 21:26:33 +01:00
parent 47d19548c1
commit 8e9f692aa4
1863 changed files with 3798 additions and 3970 deletions

View File

@ -52,9 +52,7 @@ class IOobjectList;
class dimFieldDecomposer
{
private:
// Private data
// Private Data
//- Reference to complete mesh
const fvMesh& completeMesh_;

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -56,7 +56,7 @@ class domainDecomposition
:
public fvMesh
{
// Private data
// Private Data
//- Optional: points at the facesInstance
autoPtr<pointIOField> facesInstancePointsPtr_;

View File

@ -54,7 +54,7 @@ class IOobjectList;
class lagrangianFieldDecomposer
{
// Private data
// Private Data
//- Reference to processor mesh
const polyMesh& procMesh_;

View File

@ -59,7 +59,7 @@ public:
:
public pointPatchFieldMapperPatchRef
{
// Private data
// Private Data
labelList directAddressing_;
@ -79,7 +79,7 @@ public:
);
// Member functions
// Member Functions
label size() const
{
@ -105,7 +105,7 @@ public:
private:
// Private data
// Private Data
//- Reference to complete mesh
const pointMesh& completeMesh_;