diff --git a/applications/solvers/combustion/PDRFoam/laminarFlameSpeed/SCOPE/SCOPELaminarFlameSpeed.H b/applications/solvers/combustion/PDRFoam/laminarFlameSpeed/SCOPE/SCOPELaminarFlameSpeed.H index a357de6cdf..30703dbdf4 100644 --- a/applications/solvers/combustion/PDRFoam/laminarFlameSpeed/SCOPE/SCOPELaminarFlameSpeed.H +++ b/applications/solvers/combustion/PDRFoam/laminarFlameSpeed/SCOPE/SCOPELaminarFlameSpeed.H @@ -134,7 +134,7 @@ class SCOPE polynomial MaPolyU_; - // Private member functions + // Private Member Functions //- Polynomial evaluated from the given equivalence ratio // and polynomial coefficients diff --git a/applications/solvers/multiphase/multiphaseInterFoam/multiphaseMixture/multiphaseMixture.H b/applications/solvers/multiphase/multiphaseInterFoam/multiphaseMixture/multiphaseMixture.H index 4b4d0b997a..3249bfd3bd 100644 --- a/applications/solvers/multiphase/multiphaseInterFoam/multiphaseMixture/multiphaseMixture.H +++ b/applications/solvers/multiphase/multiphaseInterFoam/multiphaseMixture/multiphaseMixture.H @@ -164,7 +164,7 @@ private: multivariateSurfaceInterpolationScheme::fieldTable alphaTable_; - // Private member functions + // Private Member Functions void calcAlphas(); diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/conductivityModel/conductivityModel/conductivityModel.H b/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/conductivityModel/conductivityModel/conductivityModel.H index e623931675..c15a4ded82 100644 --- a/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/conductivityModel/conductivityModel/conductivityModel.H +++ b/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/conductivityModel/conductivityModel/conductivityModel.H @@ -48,7 +48,7 @@ namespace Foam class conductivityModel { - // Private member functions + // Private Member Functions //- Disallow default bitwise copy construct conductivityModel(const conductivityModel&); diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/frictionalStressModel/frictionalStressModel.H b/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/frictionalStressModel/frictionalStressModel.H index 2519a2e4e3..e789e801d1 100644 --- a/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/frictionalStressModel/frictionalStressModel.H +++ b/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/frictionalStressModel/frictionalStressModel.H @@ -48,7 +48,7 @@ namespace Foam class frictionalStressModel { - // Private member functions + // Private Member Functions //- Disallow default bitwise copy construct frictionalStressModel(const frictionalStressModel&); diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/granularPressureModel/granularPressureModel.H b/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/granularPressureModel/granularPressureModel.H index f489d8df3f..bb4837fb5e 100644 --- a/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/granularPressureModel/granularPressureModel.H +++ b/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/granularPressureModel/granularPressureModel.H @@ -48,7 +48,7 @@ namespace Foam class granularPressureModel { - // Private member functions + // Private Member Functions //- Disallow default bitwise copy construct granularPressureModel(const granularPressureModel&); diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/radialModel/radialModel/radialModel.H b/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/radialModel/radialModel/radialModel.H index 94c43a2c9f..266c0ed942 100644 --- a/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/radialModel/radialModel/radialModel.H +++ b/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/radialModel/radialModel/radialModel.H @@ -48,7 +48,7 @@ namespace Foam class radialModel { - // Private member functions + // Private Member Functions //- Disallow default bitwise copy construct radialModel(const radialModel&); diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/viscosityModel/viscosityModel/viscosityModel.H b/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/viscosityModel/viscosityModel/viscosityModel.H index e18976ef4c..b2a9a78fca 100644 --- a/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/viscosityModel/viscosityModel/viscosityModel.H +++ b/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/viscosityModel/viscosityModel/viscosityModel.H @@ -52,7 +52,7 @@ namespace kineticTheoryModels class viscosityModel { - // Private member functions + // Private Member Functions //- Disallow default bitwise copy construct viscosityModel(const viscosityModel&); diff --git a/applications/utilities/mesh/conversion/cfx4ToFoam/block.H b/applications/utilities/mesh/conversion/cfx4ToFoam/block.H index f215b4c4f0..510fbe1b66 100644 --- a/applications/utilities/mesh/conversion/cfx4ToFoam/block.H +++ b/applications/utilities/mesh/conversion/cfx4ToFoam/block.H @@ -73,7 +73,7 @@ class block labelListListList BoundaryPatches; - // private member functions + // Private Member Functions label vtxLabel(label i, label j, label k); diff --git a/applications/utilities/postProcessing/dataConversion/foamToVTK/writeFuns.H b/applications/utilities/postProcessing/dataConversion/foamToVTK/writeFuns.H index bd8186f2c9..955d375d82 100644 --- a/applications/utilities/postProcessing/dataConversion/foamToVTK/writeFuns.H +++ b/applications/utilities/postProcessing/dataConversion/foamToVTK/writeFuns.H @@ -53,7 +53,7 @@ namespace Foam class writeFuns { - // Private member functions + // Private Member Functions // Swap halves of word. diff --git a/applications/utilities/preProcessing/wallFunctionTable/tabulatedWallFunction/SpaldingsLaw/SpaldingsLaw.H b/applications/utilities/preProcessing/wallFunctionTable/tabulatedWallFunction/SpaldingsLaw/SpaldingsLaw.H index 469a0da684..91a0459f4f 100644 --- a/applications/utilities/preProcessing/wallFunctionTable/tabulatedWallFunction/SpaldingsLaw/SpaldingsLaw.H +++ b/applications/utilities/preProcessing/wallFunctionTable/tabulatedWallFunction/SpaldingsLaw/SpaldingsLaw.H @@ -90,7 +90,7 @@ protected: static const scalar tolerance_; - // Protected member functions + // Protected Member Functions //- Invert the function virtual void invertFunction(); diff --git a/applications/utilities/preProcessing/wallFunctionTable/tabulatedWallFunction/general/general.H b/applications/utilities/preProcessing/wallFunctionTable/tabulatedWallFunction/general/general.H index 66679098ab..a399fc80b1 100644 --- a/applications/utilities/preProcessing/wallFunctionTable/tabulatedWallFunction/general/general.H +++ b/applications/utilities/preProcessing/wallFunctionTable/tabulatedWallFunction/general/general.H @@ -114,7 +114,7 @@ protected: Switch log10UPlus_; - // Protected member functions + // Protected Member Functions //- Invert the table virtual void invertTable(); diff --git a/src/ODE/ODESolvers/SIBS/SIBS.H b/src/ODE/ODESolvers/SIBS/SIBS.H index 7d288d65b0..5844e7888c 100644 --- a/src/ODE/ODESolvers/SIBS/SIBS.H +++ b/src/ODE/ODESolvers/SIBS/SIBS.H @@ -74,7 +74,7 @@ class SIBS mutable scalar epsOld_, xNew_; - // Private member functions + // Private Member Functions void SIMPR ( diff --git a/src/OSspecific/POSIX/regExp.H b/src/OSspecific/POSIX/regExp.H index 26a57a9f7b..2aae9b38a0 100644 --- a/src/OSspecific/POSIX/regExp.H +++ b/src/OSspecific/POSIX/regExp.H @@ -62,7 +62,7 @@ class regExp //- Precompiled regular expression mutable regex_t* preg_; - // Private member functions + // Private Member Functions //- Disallow default bitwise copy construct regExp(const regExp&); diff --git a/src/OpenFOAM/containers/HashTables/HashPtrTable/HashPtrTable.H b/src/OpenFOAM/containers/HashTables/HashPtrTable/HashPtrTable.H index bb12900d69..1ca2f7c641 100644 --- a/src/OpenFOAM/containers/HashTables/HashPtrTable/HashPtrTable.H +++ b/src/OpenFOAM/containers/HashTables/HashPtrTable/HashPtrTable.H @@ -66,7 +66,7 @@ class HashPtrTable : public HashTable { - // Private member functions + // Private Member Functions //- Read from Istream using given Istream constructor class template diff --git a/src/OpenFOAM/containers/LinkedLists/accessTypes/ILList/ILList.H b/src/OpenFOAM/containers/LinkedLists/accessTypes/ILList/ILList.H index cdf3aa3352..d4ac883754 100644 --- a/src/OpenFOAM/containers/LinkedLists/accessTypes/ILList/ILList.H +++ b/src/OpenFOAM/containers/LinkedLists/accessTypes/ILList/ILList.H @@ -66,7 +66,7 @@ class ILList : public UILList { - // Private member functions + // Private Member Functions //- Read from Istream using given Istream constructor class template diff --git a/src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.H b/src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.H index b152fe20f3..18d6f61e85 100644 --- a/src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.H +++ b/src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.H @@ -71,7 +71,7 @@ class LPtrList : public LList { - // Private member functions + // Private Member Functions //- Read from Istream using given Istream constructor class template diff --git a/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H b/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H index a40d8725c4..9e0742025f 100644 --- a/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H +++ b/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H @@ -81,7 +81,7 @@ private: label nElmts_; - // Private member functions + // Private Member Functions //- Disallow default bitwise copy construct DLListBase(const DLListBase&); diff --git a/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H b/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H index 0d96eb5972..c4dda77aa7 100644 --- a/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H +++ b/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H @@ -78,7 +78,7 @@ private: //- Number of elements in in list label nElmts_; - // Private member functions + // Private Member Functions //- Disallow default bitwise copy construct SLListBase(const SLListBase&); diff --git a/src/OpenFOAM/containers/Lists/PtrList/PtrList.H b/src/OpenFOAM/containers/Lists/PtrList/PtrList.H index 5debdfb024..db9cf6224a 100644 --- a/src/OpenFOAM/containers/Lists/PtrList/PtrList.H +++ b/src/OpenFOAM/containers/Lists/PtrList/PtrList.H @@ -104,7 +104,7 @@ class PtrList protected: - // Protected member functions + // Protected Member Functions //- Read from Istream using given Istream constructor class template diff --git a/src/OpenFOAM/db/IOobject/IOobject.H b/src/OpenFOAM/db/IOobject/IOobject.H index 36782dd482..d6befd123d 100644 --- a/src/OpenFOAM/db/IOobject/IOobject.H +++ b/src/OpenFOAM/db/IOobject/IOobject.H @@ -148,7 +148,7 @@ private: protected: - // Protected member functions + // Protected Member Functions //- Construct and return an IFstream for the object. // The results is NULL if the stream construction failed diff --git a/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H b/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H index dd01f0b684..33f24c9857 100644 --- a/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H +++ b/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H @@ -236,7 +236,7 @@ protected: label lineNumber_; - // Protected member functions + // Protected Member Functions // Access diff --git a/src/OpenFOAM/db/IOstreams/Pstreams/PstreamBuffers.H b/src/OpenFOAM/db/IOstreams/Pstreams/PstreamBuffers.H index c098744b64..e70eccfabb 100644 --- a/src/OpenFOAM/db/IOstreams/Pstreams/PstreamBuffers.H +++ b/src/OpenFOAM/db/IOstreams/Pstreams/PstreamBuffers.H @@ -110,7 +110,7 @@ class PstreamBuffers bool finishedSendsCalled_; - // Private member functions + // Private Member Functions public: diff --git a/src/OpenFOAM/db/IOstreams/Pstreams/UIPstream.C b/src/OpenFOAM/db/IOstreams/Pstreams/UIPstream.C index 8c00149200..d9cf716cba 100644 --- a/src/OpenFOAM/db/IOstreams/Pstreams/UIPstream.C +++ b/src/OpenFOAM/db/IOstreams/Pstreams/UIPstream.C @@ -30,7 +30,7 @@ License #include -// * * * * * * * * * * * * * Private member functions * * * * * * * * * * * // +// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * // inline void Foam::UIPstream::checkEof() { diff --git a/src/OpenFOAM/db/IOstreams/Pstreams/UIPstream.H b/src/OpenFOAM/db/IOstreams/Pstreams/UIPstream.H index d67c3f7779..b848eeb587 100644 --- a/src/OpenFOAM/db/IOstreams/Pstreams/UIPstream.H +++ b/src/OpenFOAM/db/IOstreams/Pstreams/UIPstream.H @@ -71,7 +71,7 @@ class UIPstream label messageSize_; - // Private member functions + // Private Member Functions //- Check the bufferPosition against messageSize_ for EOF inline void checkEof(); diff --git a/src/OpenFOAM/db/IOstreams/Pstreams/UOPstream.C b/src/OpenFOAM/db/IOstreams/Pstreams/UOPstream.C index 2e80d7bc1c..7cfe4fddc1 100644 --- a/src/OpenFOAM/db/IOstreams/Pstreams/UOPstream.C +++ b/src/OpenFOAM/db/IOstreams/Pstreams/UOPstream.C @@ -34,7 +34,7 @@ Description #include -// * * * * * * * * * * * * * Private member functions * * * * * * * * * * * // +// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * // template inline void Foam::UOPstream::writeToBuffer(const T& t) diff --git a/src/OpenFOAM/db/IOstreams/Pstreams/UOPstream.H b/src/OpenFOAM/db/IOstreams/Pstreams/UOPstream.H index 8e8523e321..e88e84d8a3 100644 --- a/src/OpenFOAM/db/IOstreams/Pstreams/UOPstream.H +++ b/src/OpenFOAM/db/IOstreams/Pstreams/UOPstream.H @@ -68,7 +68,7 @@ class UOPstream const bool sendAtDestruct_; - // Private member functions + // Private Member Functions //- Write a T to the transfer buffer template diff --git a/src/OpenFOAM/db/IOstreams/Pstreams/UPstream.H b/src/OpenFOAM/db/IOstreams/Pstreams/UPstream.H index 33046edac1..a0b0e44b87 100644 --- a/src/OpenFOAM/db/IOstreams/Pstreams/UPstream.H +++ b/src/OpenFOAM/db/IOstreams/Pstreams/UPstream.H @@ -190,7 +190,7 @@ private: static List treeCommunication_; - // Private member functions + // Private Member Functions //- Set data for parallel running static void setParRun(); diff --git a/src/OpenFOAM/db/IOstreams/Sstreams/ISstream.H b/src/OpenFOAM/db/IOstreams/Sstreams/ISstream.H index 0f1df4a1a4..d1454cbff2 100644 --- a/src/OpenFOAM/db/IOstreams/Sstreams/ISstream.H +++ b/src/OpenFOAM/db/IOstreams/Sstreams/ISstream.H @@ -60,7 +60,7 @@ class ISstream istream& is_; - // Private member functions + // Private Member Functions char nextValid(); diff --git a/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H b/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H index b768d230a6..5515777a62 100644 --- a/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H +++ b/src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H @@ -59,7 +59,7 @@ class prefixOSstream string prefix_; - // Private member functions + // Private Member Functions inline void checkWritePrefix(); diff --git a/src/OpenFOAM/db/IOstreams/token/token.H b/src/OpenFOAM/db/IOstreams/token/token.H index 834679ccb8..acf7852c88 100644 --- a/src/OpenFOAM/db/IOstreams/token/token.H +++ b/src/OpenFOAM/db/IOstreams/token/token.H @@ -263,7 +263,7 @@ private: label lineNumber_; - // Private member functions + // Private Member Functions //- Clear any allocated storage (word or string) inline void clear(); diff --git a/src/OpenFOAM/db/dictionary/dictionaryEntry/dictionaryEntry.H b/src/OpenFOAM/db/dictionary/dictionaryEntry/dictionaryEntry.H index e0353e55e1..b40211563e 100644 --- a/src/OpenFOAM/db/dictionary/dictionaryEntry/dictionaryEntry.H +++ b/src/OpenFOAM/db/dictionary/dictionaryEntry/dictionaryEntry.H @@ -60,7 +60,7 @@ class dictionaryEntry public entry, public dictionary { - // Private member functions + // Private Member Functions void readData(Istream&); diff --git a/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntry.H b/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntry.H index fcbdc6273e..2d08551848 100644 --- a/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntry.H +++ b/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntry.H @@ -65,7 +65,7 @@ class primitiveEntry public entry, public ITstream { - // Private member functions + // Private Member Functions //- Append the given tokens starting at the current tokenIndex void append(const UList&); diff --git a/src/OpenFOAM/db/regIOobject/regIOobject.H b/src/OpenFOAM/db/regIOobject/regIOobject.H index c35660027c..7db81dcec7 100644 --- a/src/OpenFOAM/db/regIOobject/regIOobject.H +++ b/src/OpenFOAM/db/regIOobject/regIOobject.H @@ -77,7 +77,7 @@ private: Istream* isPtr_; - // Private member functions + // Private Member Functions //- Return Istream Istream& readStream(); diff --git a/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricField.H b/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricField.H index bb03c6bf0d..7d529ab40f 100644 --- a/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricField.H +++ b/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricField.H @@ -81,7 +81,7 @@ class GeometricField : public DimensionedField { - // Private member functions + // Private Member Functions //- Read from file if it is present bool readIfPresent(); @@ -237,7 +237,7 @@ private: GeometricBoundaryField boundaryField_; - // Private member functions + // Private Member Functions //- Read the field from the dictionary tmp readField(const dictionary&); diff --git a/src/OpenFOAM/fields/pointPatchFields/basic/mixed/mixedPointPatchField.H b/src/OpenFOAM/fields/pointPatchFields/basic/mixed/mixedPointPatchField.H index 95b6c92ceb..ab9e945a59 100644 --- a/src/OpenFOAM/fields/pointPatchFields/basic/mixed/mixedPointPatchField.H +++ b/src/OpenFOAM/fields/pointPatchFields/basic/mixed/mixedPointPatchField.H @@ -62,7 +62,7 @@ class mixedPointPatchField scalarField valueFraction_; - // Private member functions + // Private Member Functions void checkFieldSize() const; diff --git a/src/OpenFOAM/fields/pointPatchFields/basic/value/valuePointPatchField.H b/src/OpenFOAM/fields/pointPatchFields/basic/value/valuePointPatchField.H index 6a5c64742d..20dcd48ed6 100644 --- a/src/OpenFOAM/fields/pointPatchFields/basic/value/valuePointPatchField.H +++ b/src/OpenFOAM/fields/pointPatchFields/basic/value/valuePointPatchField.H @@ -52,7 +52,7 @@ class valuePointPatchField public pointPatchField, public Field { - // Private member functions + // Private Member Functions void checkFieldSize() const; diff --git a/src/OpenFOAM/global/JobInfo/JobInfo.H b/src/OpenFOAM/global/JobInfo/JobInfo.H index 7a7e19f725..633fad11df 100644 --- a/src/OpenFOAM/global/JobInfo/JobInfo.H +++ b/src/OpenFOAM/global/JobInfo/JobInfo.H @@ -61,7 +61,7 @@ class JobInfo fileName finishedJobPath_; cpuTime cpuTime_; - // Private member functions + // Private Member Functions bool write(Ostream&) const; void end(const word& terminationType); diff --git a/src/OpenFOAM/graph/graph.H b/src/OpenFOAM/graph/graph.H index 0be7cc0f02..fe600590f7 100644 --- a/src/OpenFOAM/graph/graph.H +++ b/src/OpenFOAM/graph/graph.H @@ -102,7 +102,7 @@ class graph }; - // private member functions + // Private Member Functions void readCurves(Istream&); diff --git a/src/OpenFOAM/matrices/LUscalarMatrix/procLduInterface.H b/src/OpenFOAM/matrices/LUscalarMatrix/procLduInterface.H index bde8d5c0a1..5fe4a61031 100644 --- a/src/OpenFOAM/matrices/LUscalarMatrix/procLduInterface.H +++ b/src/OpenFOAM/matrices/LUscalarMatrix/procLduInterface.H @@ -59,7 +59,7 @@ class procLduInterface label neighbProcNo_; - // Private member functions + // Private Member Functions //- Dissallow construction as copy procLduInterface(const procLduInterface&); diff --git a/src/OpenFOAM/matrices/LUscalarMatrix/procLduMatrix.H b/src/OpenFOAM/matrices/LUscalarMatrix/procLduMatrix.H index 5642ac56f0..6a6156d01c 100644 --- a/src/OpenFOAM/matrices/LUscalarMatrix/procLduMatrix.H +++ b/src/OpenFOAM/matrices/LUscalarMatrix/procLduMatrix.H @@ -71,7 +71,7 @@ class procLduMatrix PtrList interfaces_; - // Private member functions + // Private Member Functions //- Dissallow construction as copy procLduMatrix(const procLduMatrix&); diff --git a/src/OpenFOAM/memory/tmp/refCount.H b/src/OpenFOAM/memory/tmp/refCount.H index 0dc9458506..9974ff0cb1 100644 --- a/src/OpenFOAM/memory/tmp/refCount.H +++ b/src/OpenFOAM/memory/tmp/refCount.H @@ -49,7 +49,7 @@ class refCount int count_; - // Private member functions + // Private Member Functions //- Dissallow copy refCount(const refCount&); diff --git a/src/OpenFOAM/meshes/polyMesh/polyMesh.H b/src/OpenFOAM/meshes/polyMesh/polyMesh.H index 331e07c866..38f521c264 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyMesh.H +++ b/src/OpenFOAM/meshes/polyMesh/polyMesh.H @@ -159,7 +159,7 @@ private: mutable pointField* oldPointsPtr_; - // Private member functions + // Private Member Functions //- Disallow construct as copy polyMesh(const polyMesh&); diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H index 34cff0f88a..94244cdc01 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H @@ -112,7 +112,7 @@ private: vector separationVector_; - // Private member functions + // Private Member Functions //- Find amongst selected faces the one with the largest area static label findMaxArea(const pointField&, const faceList&); diff --git a/src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/ZoneMesh.H b/src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/ZoneMesh.H index 9442186c18..57404af320 100644 --- a/src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/ZoneMesh.H +++ b/src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/ZoneMesh.H @@ -73,7 +73,7 @@ class ZoneMesh mutable Map