diff --git a/applications/solvers/combustion/PDRFoam/PDRModels/XiEqModels/basicXiSubXiEq/basicXiSubXiEq.H b/applications/solvers/combustion/PDRFoam/PDRModels/XiEqModels/basicXiSubXiEq/basicXiSubXiEq.H index 4162235798..a74fa5c154 100644 --- a/applications/solvers/combustion/PDRFoam/PDRModels/XiEqModels/basicXiSubXiEq/basicXiSubXiEq.H +++ b/applications/solvers/combustion/PDRFoam/PDRModels/XiEqModels/basicXiSubXiEq/basicXiSubXiEq.H @@ -128,9 +128,8 @@ public: ); - // Destructor - - virtual ~basicSubGrid(); + //- Destructor + virtual ~basicSubGrid(); // Member Functions diff --git a/applications/solvers/combustion/PDRFoam/PDRModels/XiGModels/basicXiSubG/basicXiSubG.H b/applications/solvers/combustion/PDRFoam/PDRModels/XiGModels/basicXiSubG/basicXiSubG.H index 5761805d8f..a068130df6 100644 --- a/applications/solvers/combustion/PDRFoam/PDRModels/XiGModels/basicXiSubG/basicXiSubG.H +++ b/applications/solvers/combustion/PDRFoam/PDRModels/XiGModels/basicXiSubG/basicXiSubG.H @@ -107,9 +107,8 @@ public: ); - // Destructor - - virtual ~basicSubGrid(); + //- Destructor + virtual ~basicSubGrid(); // Member Functions diff --git a/applications/solvers/combustion/PDRFoam/PDRModels/dragModels/PDRDragModel/PDRDragModel.H b/applications/solvers/combustion/PDRFoam/PDRModels/dragModels/PDRDragModel/PDRDragModel.H index 5935ac889e..5a680e4479 100644 --- a/applications/solvers/combustion/PDRFoam/PDRModels/dragModels/PDRDragModel/PDRDragModel.H +++ b/applications/solvers/combustion/PDRFoam/PDRModels/dragModels/PDRDragModel/PDRDragModel.H @@ -137,9 +137,8 @@ public: ); - // Destructor - - virtual ~PDRDragModel(); + //- Destructor + virtual ~PDRDragModel(); // Member Functions diff --git a/applications/solvers/combustion/PDRFoam/PDRModels/dragModels/basic/basic.H b/applications/solvers/combustion/PDRFoam/PDRModels/dragModels/basic/basic.H index be29419738..37a99488b9 100644 --- a/applications/solvers/combustion/PDRFoam/PDRModels/dragModels/basic/basic.H +++ b/applications/solvers/combustion/PDRFoam/PDRModels/dragModels/basic/basic.H @@ -135,9 +135,8 @@ public: ); - // Destructor - - virtual ~basic(); + //- Destructor + virtual ~basic(); // Member Functions diff --git a/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/Gulder/Gulder.H b/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/Gulder/Gulder.H index 3c3dad96a5..358408fd1d 100644 --- a/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/Gulder/Gulder.H +++ b/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/Gulder/Gulder.H @@ -86,9 +86,8 @@ public: ); - // Destructor - - virtual ~Gulder(); + //- Destructor + virtual ~Gulder(); // Member Functions diff --git a/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/SCOPEBlendXiEq/SCOPEBlendXiEq.H b/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/SCOPEBlendXiEq/SCOPEBlendXiEq.H index 66a903c2ba..94dd8f8f9f 100644 --- a/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/SCOPEBlendXiEq/SCOPEBlendXiEq.H +++ b/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/SCOPEBlendXiEq/SCOPEBlendXiEq.H @@ -91,9 +91,8 @@ public: ); - // Destructor - - virtual ~SCOPEBlend(); + //- Destructor + virtual ~SCOPEBlend(); // Member Functions diff --git a/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/SCOPEXiEq/SCOPEXiEq.H b/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/SCOPEXiEq/SCOPEXiEq.H index 4c16d0e3df..11828420d5 100644 --- a/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/SCOPEXiEq/SCOPEXiEq.H +++ b/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/SCOPEXiEq/SCOPEXiEq.H @@ -96,9 +96,8 @@ public: ); - // Destructor - - virtual ~SCOPEXiEq(); + //- Destructor + virtual ~SCOPEXiEq(); // Member Functions diff --git a/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/XiEqModel/XiEqModel.H b/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/XiEqModel/XiEqModel.H index b29ee73741..20aa33ca4d 100644 --- a/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/XiEqModel/XiEqModel.H +++ b/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/XiEqModel/XiEqModel.H @@ -132,9 +132,8 @@ public: ); - // Destructor - - virtual ~XiEqModel(); + //- Destructor + virtual ~XiEqModel(); // Member Functions diff --git a/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/instabilityXiEq/instabilityXiEq.H b/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/instabilityXiEq/instabilityXiEq.H index a746ceb89f..d703b30308 100644 --- a/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/instabilityXiEq/instabilityXiEq.H +++ b/applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/instabilityXiEq/instabilityXiEq.H @@ -90,9 +90,8 @@ public: ); - // Destructor - - virtual ~instability(); + //- Destructor + virtual ~instability(); // Member Functions diff --git a/applications/solvers/combustion/PDRFoam/XiModels/XiGModels/KTS/KTS.H b/applications/solvers/combustion/PDRFoam/XiModels/XiGModels/KTS/KTS.H index 1573897777..82b801df0d 100644 --- a/applications/solvers/combustion/PDRFoam/XiModels/XiGModels/KTS/KTS.H +++ b/applications/solvers/combustion/PDRFoam/XiModels/XiGModels/KTS/KTS.H @@ -85,9 +85,8 @@ public: ); - // Destructor - - virtual ~KTS(); + //- Destructor + virtual ~KTS(); // Member Functions diff --git a/applications/solvers/combustion/PDRFoam/XiModels/XiGModels/XiGModel/XiGModel.H b/applications/solvers/combustion/PDRFoam/XiModels/XiGModels/XiGModel/XiGModel.H index 8080ea8f76..d9fd7eafc6 100644 --- a/applications/solvers/combustion/PDRFoam/XiModels/XiGModels/XiGModel/XiGModel.H +++ b/applications/solvers/combustion/PDRFoam/XiModels/XiGModels/XiGModel/XiGModel.H @@ -129,9 +129,8 @@ public: ); - // Destructor - - virtual ~XiGModel(); + //- Destructor + virtual ~XiGModel(); // Member Functions diff --git a/applications/solvers/combustion/PDRFoam/XiModels/XiGModels/instabilityG/instabilityG.H b/applications/solvers/combustion/PDRFoam/XiModels/XiGModels/instabilityG/instabilityG.H index 75337b40d0..bf8ad5af85 100644 --- a/applications/solvers/combustion/PDRFoam/XiModels/XiGModels/instabilityG/instabilityG.H +++ b/applications/solvers/combustion/PDRFoam/XiModels/XiGModels/instabilityG/instabilityG.H @@ -94,9 +94,8 @@ public: ); - // Destructor - - virtual ~instabilityG(); + //- Destructor + virtual ~instabilityG(); // Member Functions diff --git a/applications/solvers/combustion/PDRFoam/XiModels/XiModel/XiModel.H b/applications/solvers/combustion/PDRFoam/XiModels/XiModel/XiModel.H index 9fb27b3df0..bfa0b30523 100644 --- a/applications/solvers/combustion/PDRFoam/XiModels/XiModel/XiModel.H +++ b/applications/solvers/combustion/PDRFoam/XiModels/XiModel/XiModel.H @@ -200,9 +200,8 @@ public: ); - // Destructor - - virtual ~XiModel(); + //- Destructor + virtual ~XiModel(); // Member Functions diff --git a/applications/solvers/combustion/PDRFoam/XiModels/algebraic/algebraic.H b/applications/solvers/combustion/PDRFoam/XiModels/algebraic/algebraic.H index 78366ccb24..9093c0dd45 100644 --- a/applications/solvers/combustion/PDRFoam/XiModels/algebraic/algebraic.H +++ b/applications/solvers/combustion/PDRFoam/XiModels/algebraic/algebraic.H @@ -95,9 +95,8 @@ public: ); - // Destructor - - virtual ~algebraic(); + //- Destructor + virtual ~algebraic(); // Member Functions diff --git a/applications/solvers/combustion/PDRFoam/XiModels/fixed/fixed.H b/applications/solvers/combustion/PDRFoam/XiModels/fixed/fixed.H index 79399d66b8..50252b94d2 100644 --- a/applications/solvers/combustion/PDRFoam/XiModels/fixed/fixed.H +++ b/applications/solvers/combustion/PDRFoam/XiModels/fixed/fixed.H @@ -83,9 +83,8 @@ public: ); - // Destructor - - virtual ~fixed(); + //- Destructor + virtual ~fixed(); // Member Functions diff --git a/applications/solvers/combustion/PDRFoam/XiModels/transport/transport.H b/applications/solvers/combustion/PDRFoam/XiModels/transport/transport.H index f39f3b34ec..b6b000cc78 100644 --- a/applications/solvers/combustion/PDRFoam/XiModels/transport/transport.H +++ b/applications/solvers/combustion/PDRFoam/XiModels/transport/transport.H @@ -95,9 +95,8 @@ public: ); - // Destructor - - virtual ~transport(); + //- Destructor + virtual ~transport(); // Member Functions diff --git a/applications/solvers/combustion/PDRFoam/laminarFlameSpeed/SCOPE/SCOPELaminarFlameSpeed.H b/applications/solvers/combustion/PDRFoam/laminarFlameSpeed/SCOPE/SCOPELaminarFlameSpeed.H index 30703dbdf4..29c43803b5 100644 --- a/applications/solvers/combustion/PDRFoam/laminarFlameSpeed/SCOPE/SCOPELaminarFlameSpeed.H +++ b/applications/solvers/combustion/PDRFoam/laminarFlameSpeed/SCOPE/SCOPELaminarFlameSpeed.H @@ -194,7 +194,7 @@ public: ); - // Destructor + //- Destructor ~SCOPE(); diff --git a/applications/solvers/combustion/fireFoam/combustionModels/infinitelyFastChemistry/infinitelyFastChemistry.H b/applications/solvers/combustion/fireFoam/combustionModels/infinitelyFastChemistry/infinitelyFastChemistry.H index a6e6ed9a8c..ad8b8837e3 100644 --- a/applications/solvers/combustion/fireFoam/combustionModels/infinitelyFastChemistry/infinitelyFastChemistry.H +++ b/applications/solvers/combustion/fireFoam/combustionModels/infinitelyFastChemistry/infinitelyFastChemistry.H @@ -88,9 +88,8 @@ public: ); - // Destructor - - virtual ~infinitelyFastChemistry(); + //- Destructor + virtual ~infinitelyFastChemistry(); // Member Functions diff --git a/applications/solvers/combustion/fireFoam/combustionModels/noCombustion/noCombustion.H b/applications/solvers/combustion/fireFoam/combustionModels/noCombustion/noCombustion.H index a183313ab1..1ff9a95d77 100644 --- a/applications/solvers/combustion/fireFoam/combustionModels/noCombustion/noCombustion.H +++ b/applications/solvers/combustion/fireFoam/combustionModels/noCombustion/noCombustion.H @@ -83,9 +83,8 @@ public: ); - // Destructor - - virtual ~noCombustion(); + //- Destructor + virtual ~noCombustion(); // Member Functions diff --git a/applications/solvers/heatTransfer/chtMultiRegionFoam/regionProperties/regionProperties.H b/applications/solvers/heatTransfer/chtMultiRegionFoam/regionProperties/regionProperties.H index 599ef1070c..5c23d3d421 100644 --- a/applications/solvers/heatTransfer/chtMultiRegionFoam/regionProperties/regionProperties.H +++ b/applications/solvers/heatTransfer/chtMultiRegionFoam/regionProperties/regionProperties.H @@ -77,9 +77,8 @@ public: regionProperties(const Time& runTime); - // Destructor - - ~regionProperties(); + //- Destructor + ~regionProperties(); // Member Functions diff --git a/applications/solvers/multiphase/interMixingFoam/incompressibleThreePhaseMixture/threePhaseMixture.H b/applications/solvers/multiphase/interMixingFoam/incompressibleThreePhaseMixture/threePhaseMixture.H index c2bbf31d12..4ac6a84b41 100644 --- a/applications/solvers/multiphase/interMixingFoam/incompressibleThreePhaseMixture/threePhaseMixture.H +++ b/applications/solvers/multiphase/interMixingFoam/incompressibleThreePhaseMixture/threePhaseMixture.H @@ -94,10 +94,9 @@ public: ); - // Destructor - - ~threePhaseMixture() - {} + //- Destructor + ~threePhaseMixture() + {} // Member Functions diff --git a/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/Kunz/Kunz.H b/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/Kunz/Kunz.H index 0145b596af..46999b972a 100644 --- a/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/Kunz/Kunz.H +++ b/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/Kunz/Kunz.H @@ -96,10 +96,9 @@ public: ); - // Destructor - - virtual ~Kunz() - {} + //- Destructor + virtual ~Kunz() + {} // Member Functions diff --git a/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/Merkle/Merkle.H b/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/Merkle/Merkle.H index a9fdb8ac9c..b173a55601 100644 --- a/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/Merkle/Merkle.H +++ b/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/Merkle/Merkle.H @@ -90,10 +90,9 @@ public: ); - // Destructor - - virtual ~Merkle() - {} + //- Destructor + virtual ~Merkle() + {} // Member Functions diff --git a/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/SchnerrSauer/SchnerrSauer.H b/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/SchnerrSauer/SchnerrSauer.H index ea84887b88..0d67ef1b62 100644 --- a/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/SchnerrSauer/SchnerrSauer.H +++ b/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/SchnerrSauer/SchnerrSauer.H @@ -103,10 +103,9 @@ public: ); - // Destructor - - virtual ~SchnerrSauer() - {} + //- Destructor + virtual ~SchnerrSauer() + {} // Member Functions diff --git a/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/phaseChangeTwoPhaseMixture/phaseChangeTwoPhaseMixture.H b/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/phaseChangeTwoPhaseMixture/phaseChangeTwoPhaseMixture.H index 0749c3ae1f..0aa466b06e 100644 --- a/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/phaseChangeTwoPhaseMixture/phaseChangeTwoPhaseMixture.H +++ b/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/phaseChangeTwoPhaseMixture/phaseChangeTwoPhaseMixture.H @@ -121,10 +121,9 @@ public: ); - // Destructor - - virtual ~phaseChangeTwoPhaseMixture() - {} + //- Destructor + virtual ~phaseChangeTwoPhaseMixture() + {} // Member Functions diff --git a/applications/solvers/multiphase/multiphaseInterFoam/multiphaseMixture/multiphaseMixture.H b/applications/solvers/multiphase/multiphaseInterFoam/multiphaseMixture/multiphaseMixture.H index 3249bfd3bd..1d94d47e91 100644 --- a/applications/solvers/multiphase/multiphaseInterFoam/multiphaseMixture/multiphaseMixture.H +++ b/applications/solvers/multiphase/multiphaseInterFoam/multiphaseMixture/multiphaseMixture.H @@ -209,10 +209,9 @@ public: ); - // Destructor - - ~multiphaseMixture() - {} + //- Destructor + ~multiphaseMixture() + {} // Member Functions diff --git a/applications/utilities/mesh/advanced/modifyMesh/cellSplitter.H b/applications/utilities/mesh/advanced/modifyMesh/cellSplitter.H index 89fb95f9a9..4b6347aac0 100644 --- a/applications/utilities/mesh/advanced/modifyMesh/cellSplitter.H +++ b/applications/utilities/mesh/advanced/modifyMesh/cellSplitter.H @@ -108,9 +108,8 @@ public: cellSplitter(const polyMesh& mesh); - // Destructor - - ~cellSplitter(); + //- Destructor + ~cellSplitter(); // Member Functions diff --git a/applications/utilities/mesh/conversion/cfx4ToFoam/block.H b/applications/utilities/mesh/conversion/cfx4ToFoam/block.H index 510fbe1b66..b315407be2 100644 --- a/applications/utilities/mesh/conversion/cfx4ToFoam/block.H +++ b/applications/utilities/mesh/conversion/cfx4ToFoam/block.H @@ -100,9 +100,8 @@ public: return autoPtr(NULL); } - // Destructor - - ~block(); + //- Destructor + ~block(); // Member Functions diff --git a/applications/utilities/mesh/conversion/sammToFoam/sammMesh.H b/applications/utilities/mesh/conversion/sammToFoam/sammMesh.H index c6d37eb7f1..68bf227f9f 100644 --- a/applications/utilities/mesh/conversion/sammToFoam/sammMesh.H +++ b/applications/utilities/mesh/conversion/sammToFoam/sammMesh.H @@ -238,9 +238,8 @@ public: ); - // Destructor - - ~sammMesh(); + //- Destructor + ~sammMesh(); // Member Functions diff --git a/applications/utilities/mesh/conversion/star3ToFoam/starMesh.H b/applications/utilities/mesh/conversion/star3ToFoam/starMesh.H index 60b575ad60..b2efc519b3 100644 --- a/applications/utilities/mesh/conversion/star3ToFoam/starMesh.H +++ b/applications/utilities/mesh/conversion/star3ToFoam/starMesh.H @@ -299,9 +299,8 @@ public: ); - // Destructor - - ~starMesh(); + //- Destructor + ~starMesh(); // Member Functions diff --git a/applications/utilities/mesh/manipulation/mergeMeshes/mergePolyMesh.H b/applications/utilities/mesh/manipulation/mergeMeshes/mergePolyMesh.H index 559bab78eb..e5750935db 100644 --- a/applications/utilities/mesh/manipulation/mergeMeshes/mergePolyMesh.H +++ b/applications/utilities/mesh/manipulation/mergeMeshes/mergePolyMesh.H @@ -102,10 +102,9 @@ public: mergePolyMesh(const IOobject& io); - // Destructor - - virtual ~mergePolyMesh() - {} + //- Destructor + virtual ~mergePolyMesh() + {} // Member Functions diff --git a/applications/utilities/mesh/manipulation/mirrorMesh/mirrorFvMesh.H b/applications/utilities/mesh/manipulation/mirrorMesh/mirrorFvMesh.H index 9d1f6ea0dd..dbfe36c36e 100644 --- a/applications/utilities/mesh/manipulation/mirrorMesh/mirrorFvMesh.H +++ b/applications/utilities/mesh/manipulation/mirrorMesh/mirrorFvMesh.H @@ -76,9 +76,8 @@ public: mirrorFvMesh(const IOobject& io); - // Destructor - - ~mirrorFvMesh(); + //- Destructor + ~mirrorFvMesh(); // Member Functions diff --git a/applications/utilities/parallelProcessing/decomposePar/domainDecomposition.H b/applications/utilities/parallelProcessing/decomposePar/domainDecomposition.H index 1b22246090..b9dbb74c6f 100644 --- a/applications/utilities/parallelProcessing/decomposePar/domainDecomposition.H +++ b/applications/utilities/parallelProcessing/decomposePar/domainDecomposition.H @@ -126,9 +126,8 @@ public: domainDecomposition(const IOobject& io); - // Destructor - - ~domainDecomposition(); + //- Destructor + ~domainDecomposition(); // Member Functions diff --git a/applications/utilities/parallelProcessing/decomposePar/fvFieldDecomposer.H b/applications/utilities/parallelProcessing/decomposePar/fvFieldDecomposer.H index b1cfd1008a..9a1a4e16d8 100644 --- a/applications/utilities/parallelProcessing/decomposePar/fvFieldDecomposer.H +++ b/applications/utilities/parallelProcessing/decomposePar/fvFieldDecomposer.H @@ -230,9 +230,8 @@ public: ); - // Destructor - - ~fvFieldDecomposer(); + //- Destructor + ~fvFieldDecomposer(); // Member Functions diff --git a/applications/utilities/parallelProcessing/decomposePar/pointFieldDecomposer.H b/applications/utilities/parallelProcessing/decomposePar/pointFieldDecomposer.H index b684ac5808..3bfdbb7f93 100644 --- a/applications/utilities/parallelProcessing/decomposePar/pointFieldDecomposer.H +++ b/applications/utilities/parallelProcessing/decomposePar/pointFieldDecomposer.H @@ -138,9 +138,8 @@ public: ); - // Destructor - - ~pointFieldDecomposer(); + //- Destructor + ~pointFieldDecomposer(); // Member Functions diff --git a/applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/PV3FoamReader/vtkPV3FoamReader.h b/applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/PV3FoamReader/vtkPV3FoamReader.h index 99ffed64e8..b286aea477 100644 --- a/applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/PV3FoamReader/vtkPV3FoamReader.h +++ b/applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/PV3FoamReader/vtkPV3FoamReader.h @@ -187,7 +187,6 @@ protected: ); //- Get the mesh/fields for a particular time - //- Destructor virtual int RequestData ( vtkInformation*, diff --git a/applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3Foam.H b/applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3Foam.H index bf47155085..7b874029d6 100644 --- a/applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3Foam.H +++ b/applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3Foam.H @@ -693,8 +693,7 @@ public: //- Destructor - - ~vtkPV3Foam(); + ~vtkPV3Foam(); // Member Functions diff --git a/applications/utilities/postProcessing/graphics/PV3Readers/PV3blockMeshReader/vtkPV3blockMesh/vtkPV3blockMesh.H b/applications/utilities/postProcessing/graphics/PV3Readers/PV3blockMeshReader/vtkPV3blockMesh/vtkPV3blockMesh.H index 1c0322a425..aac26fdd35 100644 --- a/applications/utilities/postProcessing/graphics/PV3Readers/PV3blockMeshReader/vtkPV3blockMesh/vtkPV3blockMesh.H +++ b/applications/utilities/postProcessing/graphics/PV3Readers/PV3blockMeshReader/vtkPV3blockMesh/vtkPV3blockMesh.H @@ -312,8 +312,7 @@ public: //- Destructor - - ~vtkPV3blockMesh(); + ~vtkPV3blockMesh(); // Member Functions diff --git a/applications/utilities/postProcessing/graphics/fieldview9Reader/readerDatabase.H b/applications/utilities/postProcessing/graphics/fieldview9Reader/readerDatabase.H index da0e634839..211c78b39e 100644 --- a/applications/utilities/postProcessing/graphics/fieldview9Reader/readerDatabase.H +++ b/applications/utilities/postProcessing/graphics/fieldview9Reader/readerDatabase.H @@ -116,9 +116,8 @@ public: readerDatabase(); - // Destructor - - ~readerDatabase(); + //- Destructor + ~readerDatabase(); // Member Functions diff --git a/doc/codingStyleGuide.org b/doc/codingStyleGuide.org index 27725cf1cd..1604359edd 100644 --- a/doc/codingStyleGuide.org +++ b/doc/codingStyleGuide.org @@ -2,7 +2,7 @@ # #+TITLE: OpenFOAM C++ style guide #+AUTHOR: OpenCFD Ltd. -#+DATE: November 2009 +#+DATE: April 2010 #+LINK: http://www.opencfd.co.uk #+OPTIONS: author:nil ^:{} diff --git a/src/ODE/ODE/ODE.H b/src/ODE/ODE/ODE.H index 91660dc2e1..0523e334b1 100644 --- a/src/ODE/ODE/ODE.H +++ b/src/ODE/ODE/ODE.H @@ -56,10 +56,9 @@ public: {} - // Destructor - - virtual ~ODE() - {} + //- Destructor + virtual ~ODE() + {} // Member Functions diff --git a/src/ODE/ODESolvers/ODESolver/ODESolver.H b/src/ODE/ODESolvers/ODESolver/ODESolver.H index 7dde5e108d..ea3607e008 100644 --- a/src/ODE/ODESolvers/ODESolver/ODESolver.H +++ b/src/ODE/ODESolvers/ODESolver/ODESolver.H @@ -103,10 +103,9 @@ public: ); - // Destructor - - virtual ~ODESolver() - {} + //- Destructor + virtual ~ODESolver() + {} // Member Functions diff --git a/src/OSspecific/POSIX/regExp.H b/src/OSspecific/POSIX/regExp.H index 2aae9b38a0..7eb609b246 100644 --- a/src/OSspecific/POSIX/regExp.H +++ b/src/OSspecific/POSIX/regExp.H @@ -102,9 +102,8 @@ public: //- Construct from std::string (or string), optionally ignoring case regExp(const std::string&, const bool ignoreCase=false); - // Destructor - - ~regExp(); + //- Destructor + ~regExp(); // Member functions diff --git a/src/OSspecific/POSIX/signals/sigFpe.H b/src/OSspecific/POSIX/signals/sigFpe.H index 8cdfa22071..549efb9928 100644 --- a/src/OSspecific/POSIX/signals/sigFpe.H +++ b/src/OSspecific/POSIX/signals/sigFpe.H @@ -99,9 +99,8 @@ public: sigFpe(); - // Destructor - - ~sigFpe(); + //- Destructor + ~sigFpe(); // Member functions diff --git a/src/OSspecific/POSIX/signals/sigInt.H b/src/OSspecific/POSIX/signals/sigInt.H index 1344fedf90..4c2f15ba2e 100644 --- a/src/OSspecific/POSIX/signals/sigInt.H +++ b/src/OSspecific/POSIX/signals/sigInt.H @@ -70,9 +70,8 @@ public: sigInt(); - // Destructor - - ~sigInt(); + //- Destructor + ~sigInt(); // Member functions diff --git a/src/OSspecific/POSIX/signals/sigQuit.H b/src/OSspecific/POSIX/signals/sigQuit.H index 46b110dda1..108ad94d79 100644 --- a/src/OSspecific/POSIX/signals/sigQuit.H +++ b/src/OSspecific/POSIX/signals/sigQuit.H @@ -70,9 +70,8 @@ public: sigQuit(); - // Destructor - - ~sigQuit(); + //- Destructor + ~sigQuit(); // Member functions diff --git a/src/OSspecific/POSIX/signals/sigSegv.H b/src/OSspecific/POSIX/signals/sigSegv.H index 4dc1ab7389..276644e257 100644 --- a/src/OSspecific/POSIX/signals/sigSegv.H +++ b/src/OSspecific/POSIX/signals/sigSegv.H @@ -70,9 +70,8 @@ public: sigSegv(); - // Destructor - - ~sigSegv(); + //- Destructor + ~sigSegv(); // Member functions diff --git a/src/OSspecific/POSIX/timer.H b/src/OSspecific/POSIX/timer.H index 861fccbb4b..c74b08f2d3 100644 --- a/src/OSspecific/POSIX/timer.H +++ b/src/OSspecific/POSIX/timer.H @@ -117,9 +117,8 @@ public: timer(const unsigned int newTimeOut); - // Destructor - - ~timer(); + //- Destructor + ~timer(); }; diff --git a/src/OpenFOAM/algorithms/subCycle/subCycle.H b/src/OpenFOAM/algorithms/subCycle/subCycle.H index 5a5d907cfb..6dd105e334 100644 --- a/src/OpenFOAM/algorithms/subCycle/subCycle.H +++ b/src/OpenFOAM/algorithms/subCycle/subCycle.H @@ -40,7 +40,7 @@ namespace Foam { /*---------------------------------------------------------------------------*\ - Class subCycle Declaration + Class subCycle Declaration \*---------------------------------------------------------------------------*/ template @@ -79,21 +79,19 @@ public: {} - // Destructor + //- Destructor + ~subCycle() + { + // End the subCycleTime, which restores the time state + endSubCycle(); - ~subCycle() - { - // End the subCycleTime which restores the time state - endSubCycle(); + // Correct the time index of the field to correspond to the global time + gf_.timeIndex() = gf_.time().timeIndex(); - // Correct the time index of the field to correspond to the global - // time - gf_.timeIndex() = gf_.time().timeIndex(); - - // Reset the old-time field value - gf_.oldTime() = gf0_; - gf_.oldTime().timeIndex() = gf_.time().timeIndex(); - } + // Reset the old-time field value + gf_.oldTime() = gf0_; + gf_.oldTime().timeIndex() = gf_.time().timeIndex(); + } }; diff --git a/src/OpenFOAM/containers/HashTables/HashPtrTable/HashPtrTable.H b/src/OpenFOAM/containers/HashTables/HashPtrTable/HashPtrTable.H index 1ca2f7c641..e355a803fe 100644 --- a/src/OpenFOAM/containers/HashTables/HashPtrTable/HashPtrTable.H +++ b/src/OpenFOAM/containers/HashTables/HashPtrTable/HashPtrTable.H @@ -95,9 +95,8 @@ public: HashPtrTable(const HashPtrTable&); - // Destructor - - ~HashPtrTable(); + //- Destructor + ~HashPtrTable(); // Member Functions diff --git a/src/OpenFOAM/containers/LinkedLists/accessTypes/ILList/ILList.H b/src/OpenFOAM/containers/LinkedLists/accessTypes/ILList/ILList.H index d4ac883754..a5bec70c4c 100644 --- a/src/OpenFOAM/containers/LinkedLists/accessTypes/ILList/ILList.H +++ b/src/OpenFOAM/containers/LinkedLists/accessTypes/ILList/ILList.H @@ -120,9 +120,8 @@ public: ILList(Istream&, const INew&); - // Destructor - - ~ILList(); + //- Destructor + ~ILList(); // Member Functions diff --git a/src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LList.H b/src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LList.H index c245ba84d7..90187dbcc7 100644 --- a/src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LList.H +++ b/src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LList.H @@ -122,9 +122,8 @@ public: LList(const LList&); - // Destructor - - ~LList(); + //- Destructor + ~LList(); // Member Functions diff --git a/src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.H b/src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.H index 18d6f61e85..136f34556f 100644 --- a/src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.H +++ b/src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.H @@ -112,9 +112,8 @@ public: LPtrList(const LPtrList&); - // Destructor - - ~LPtrList(); + //- Destructor + ~LPtrList(); // Member Functions diff --git a/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H b/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H index 9e0742025f..d59cf4232d 100644 --- a/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H +++ b/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H @@ -110,9 +110,8 @@ public: inline DLListBase(link*); - // Destructor - - ~DLListBase(); + //- Destructor + ~DLListBase(); // Member Functions diff --git a/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H b/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H index c4dda77aa7..91ce9dc5ac 100644 --- a/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H +++ b/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H @@ -107,9 +107,8 @@ public: inline SLListBase(link*); - // Destructor - - ~SLListBase(); + //- Destructor + ~SLListBase(); // Member Functions diff --git a/src/OpenFOAM/db/Callback/Callback.H b/src/OpenFOAM/db/Callback/Callback.H index 7117e3400d..991f0e5848 100644 --- a/src/OpenFOAM/db/Callback/Callback.H +++ b/src/OpenFOAM/db/Callback/Callback.H @@ -76,9 +76,8 @@ public: Callback(const Callback&); - // Destructor - - virtual ~Callback(); + //- Destructor + virtual ~Callback(); // Member functions diff --git a/src/OpenFOAM/db/CallbackRegistry/CallbackRegistry.H b/src/OpenFOAM/db/CallbackRegistry/CallbackRegistry.H index c812eceefb..655bec7b9f 100644 --- a/src/OpenFOAM/db/CallbackRegistry/CallbackRegistry.H +++ b/src/OpenFOAM/db/CallbackRegistry/CallbackRegistry.H @@ -86,9 +86,8 @@ public: CallbackRegistry(); - // Destructor - - virtual ~CallbackRegistry(); + //- Destructor + virtual ~CallbackRegistry(); }; diff --git a/src/OpenFOAM/db/IOobject/IOobject.H b/src/OpenFOAM/db/IOobject/IOobject.H index d6befd123d..32ce285bfd 100644 --- a/src/OpenFOAM/db/IOobject/IOobject.H +++ b/src/OpenFOAM/db/IOobject/IOobject.H @@ -219,9 +219,8 @@ public: } - // Destructor - - virtual ~IOobject(); + //- Destructor + virtual ~IOobject(); // Member Functions diff --git a/src/OpenFOAM/db/IOobjectList/IOobjectList.H b/src/OpenFOAM/db/IOobjectList/IOobjectList.H index 4348af6fdf..3b62049452 100644 --- a/src/OpenFOAM/db/IOobjectList/IOobjectList.H +++ b/src/OpenFOAM/db/IOobjectList/IOobjectList.H @@ -76,9 +76,8 @@ public: IOobjectList(const IOobjectList&); - // Destructor - - ~IOobjectList(); + //- Destructor + ~IOobjectList(); // Member functions diff --git a/src/OpenFOAM/db/IOobjects/IOField/IOField.H b/src/OpenFOAM/db/IOobjects/IOField/IOField.H index ac0df4d91a..9c003f8020 100644 --- a/src/OpenFOAM/db/IOobjects/IOField/IOField.H +++ b/src/OpenFOAM/db/IOobjects/IOField/IOField.H @@ -74,9 +74,8 @@ public: IOField(const IOobject&, const Xfer >&); - // Destructor - - virtual ~IOField(); + //- Destructor + virtual ~IOField(); // Member functions diff --git a/src/OpenFOAM/db/IOobjects/IOList/IOList.H b/src/OpenFOAM/db/IOobjects/IOList/IOList.H index 3ef8ee667b..55c9817b23 100644 --- a/src/OpenFOAM/db/IOobjects/IOList/IOList.H +++ b/src/OpenFOAM/db/IOobjects/IOList/IOList.H @@ -75,9 +75,8 @@ public: IOList(const IOobject&, const Xfer >&); - // Destructor - - virtual ~IOList(); + //- Destructor + virtual ~IOList(); // Member functions diff --git a/src/OpenFOAM/db/IOobjects/IOMap/IOMap.H b/src/OpenFOAM/db/IOobjects/IOMap/IOMap.H index ed9669b349..5fd5ba3051 100644 --- a/src/OpenFOAM/db/IOobjects/IOMap/IOMap.H +++ b/src/OpenFOAM/db/IOobjects/IOMap/IOMap.H @@ -75,9 +75,8 @@ public: IOMap(const IOobject&, const Xfer >&); - // Destructor - - virtual ~IOMap(); + //- Destructor + virtual ~IOMap(); // Member functions diff --git a/src/OpenFOAM/db/IOobjects/IOPtrList/IOPtrList.H b/src/OpenFOAM/db/IOobjects/IOPtrList/IOPtrList.H index 0787e84d9a..4a78b76c25 100644 --- a/src/OpenFOAM/db/IOobjects/IOPtrList/IOPtrList.H +++ b/src/OpenFOAM/db/IOobjects/IOPtrList/IOPtrList.H @@ -79,9 +79,8 @@ public: IOPtrList(const IOobject&, const Xfer >&); - // Destructor - - virtual ~IOPtrList(); + //- Destructor + virtual ~IOPtrList(); // Member functions diff --git a/src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionary.H b/src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionary.H index c680dc6915..138daa24d8 100644 --- a/src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionary.H +++ b/src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionary.H @@ -71,9 +71,8 @@ public: IOdictionary(const IOobject&, const dictionary&); - // Destructor - - virtual ~IOdictionary(); + //- Destructor + virtual ~IOdictionary(); // Member functions diff --git a/src/OpenFOAM/db/IOstreams/Fstreams/IFstream.H b/src/OpenFOAM/db/IOstreams/Fstreams/IFstream.H index 9cf2327425..be61d2f6a6 100644 --- a/src/OpenFOAM/db/IOstreams/Fstreams/IFstream.H +++ b/src/OpenFOAM/db/IOstreams/Fstreams/IFstream.H @@ -70,9 +70,8 @@ class IFstreamAllocator IFstreamAllocator(const fileName& pathname); - // Destructor - - ~IFstreamAllocator(); + //- Destructor + ~IFstreamAllocator(); }; @@ -106,9 +105,8 @@ public: ); - // Destructor - - ~IFstream(); + //- Destructor + ~IFstream(); // Member functions diff --git a/src/OpenFOAM/db/IOstreams/Fstreams/OFstream.H b/src/OpenFOAM/db/IOstreams/Fstreams/OFstream.H index cc496c5823..58e3a2f7a3 100644 --- a/src/OpenFOAM/db/IOstreams/Fstreams/OFstream.H +++ b/src/OpenFOAM/db/IOstreams/Fstreams/OFstream.H @@ -69,9 +69,8 @@ class OFstreamAllocator IOstream::compressionType compression=IOstream::UNCOMPRESSED ); - // Destructor - - ~OFstreamAllocator(); + //- Destructor + ~OFstreamAllocator(); }; @@ -108,9 +107,8 @@ public: ); - // Destructor - - ~OFstream(); + //- Destructor + ~OFstream(); // Member functions diff --git a/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H b/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H index 33f24c9857..3897b26444 100644 --- a/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H +++ b/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H @@ -288,10 +288,9 @@ public: } - // Destructor - - virtual ~IOstream() - {} + //- Destructor + virtual ~IOstream() + {} // Member functions diff --git a/src/OpenFOAM/db/IOstreams/IOstreams/Istream.H b/src/OpenFOAM/db/IOstreams/IOstreams/Istream.H index 52fddbb408..d546395cbd 100644 --- a/src/OpenFOAM/db/IOstreams/IOstreams/Istream.H +++ b/src/OpenFOAM/db/IOstreams/IOstreams/Istream.H @@ -85,10 +85,9 @@ public: {} - // Destructor - - virtual ~Istream() - {} + //- Destructor + virtual ~Istream() + {} // Member functions diff --git a/src/OpenFOAM/db/IOstreams/Pstreams/PstreamBuffers.H b/src/OpenFOAM/db/IOstreams/Pstreams/PstreamBuffers.H index e70eccfabb..2229cd72dc 100644 --- a/src/OpenFOAM/db/IOstreams/Pstreams/PstreamBuffers.H +++ b/src/OpenFOAM/db/IOstreams/Pstreams/PstreamBuffers.H @@ -131,9 +131,8 @@ public: IOstream::versionNumber version=IOstream::currentVersion ); - // Destructor - - ~PstreamBuffers(); + //- Destructor + ~PstreamBuffers(); // Member functions diff --git a/src/OpenFOAM/db/IOstreams/Pstreams/UIPstream.H b/src/OpenFOAM/db/IOstreams/Pstreams/UIPstream.H index b848eeb587..2378d76ac9 100644 --- a/src/OpenFOAM/db/IOstreams/Pstreams/UIPstream.H +++ b/src/OpenFOAM/db/IOstreams/Pstreams/UIPstream.H @@ -106,9 +106,8 @@ public: UIPstream(const int fromProcNo, PstreamBuffers&); - // Destructor - - ~UIPstream(); + //- Destructor + ~UIPstream(); // Member functions diff --git a/src/OpenFOAM/db/IOstreams/Pstreams/UOPstream.H b/src/OpenFOAM/db/IOstreams/Pstreams/UOPstream.H index e88e84d8a3..bea3a94423 100644 --- a/src/OpenFOAM/db/IOstreams/Pstreams/UOPstream.H +++ b/src/OpenFOAM/db/IOstreams/Pstreams/UOPstream.H @@ -102,9 +102,8 @@ public: UOPstream(const int toProcNo, PstreamBuffers&); - // Destructor - - ~UOPstream(); + //- Destructor + ~UOPstream(); // Member functions diff --git a/src/OpenFOAM/db/IOstreams/Sstreams/ISstream.H b/src/OpenFOAM/db/IOstreams/Sstreams/ISstream.H index d1454cbff2..48d18bd6e8 100644 --- a/src/OpenFOAM/db/IOstreams/Sstreams/ISstream.H +++ b/src/OpenFOAM/db/IOstreams/Sstreams/ISstream.H @@ -86,10 +86,9 @@ public: ); - // Destructor - - virtual ~ISstream() - {} + //- Destructor + virtual ~ISstream() + {} // Member functions diff --git a/src/OpenFOAM/db/IOstreams/StringStreams/IStringStream.H b/src/OpenFOAM/db/IOstreams/StringStreams/IStringStream.H index b2e0990357..1dc1001eac 100644 --- a/src/OpenFOAM/db/IOstreams/StringStreams/IStringStream.H +++ b/src/OpenFOAM/db/IOstreams/StringStreams/IStringStream.H @@ -92,12 +92,11 @@ public: {} - // Destructor - - ~IStringStream() - { - delete &dynamic_cast(stdStream()); - } + //- Destructor + ~IStringStream() + { + delete &dynamic_cast(stdStream()); + } // Member functions diff --git a/src/OpenFOAM/db/IOstreams/StringStreams/OStringStream.H b/src/OpenFOAM/db/IOstreams/StringStreams/OStringStream.H index 72bfd08e7a..e32e156f2a 100644 --- a/src/OpenFOAM/db/IOstreams/StringStreams/OStringStream.H +++ b/src/OpenFOAM/db/IOstreams/StringStreams/OStringStream.H @@ -93,12 +93,11 @@ public: {} - // Destructor - - ~OStringStream() - { - delete &dynamic_cast(stdStream()); - } + //- Destructor + ~OStringStream() + { + delete &dynamic_cast(stdStream()); + } // Member functions diff --git a/src/OpenFOAM/db/IOstreams/hashes/OSHA1stream.H b/src/OpenFOAM/db/IOstreams/hashes/OSHA1stream.H index 5c16ec54bb..9754a65afe 100644 --- a/src/OpenFOAM/db/IOstreams/hashes/OSHA1stream.H +++ b/src/OpenFOAM/db/IOstreams/hashes/OSHA1stream.H @@ -165,12 +165,11 @@ public: {} - // Destructor - - ~OSHA1stream() - { - delete &dynamic_cast(stdStream()); - } + //- Destructor + ~OSHA1stream() + { + delete &dynamic_cast(stdStream()); + } // Member functions diff --git a/src/OpenFOAM/db/IOstreams/token/CompoundToken.H b/src/OpenFOAM/db/IOstreams/token/CompoundToken.H index 1c0f8e7039..5cc12994e5 100644 --- a/src/OpenFOAM/db/IOstreams/token/CompoundToken.H +++ b/src/OpenFOAM/db/IOstreams/token/CompoundToken.H @@ -99,9 +99,8 @@ public: static autoPtr New(const word& type, Istream& is); - // Destructor - - virtual ~CompoundToken(); + //- Destructor + virtual ~CompoundToken(); // Member Functions diff --git a/src/OpenFOAM/db/IOstreams/token/token.H b/src/OpenFOAM/db/IOstreams/token/token.H index acf7852c88..fc7d1d6ee7 100644 --- a/src/OpenFOAM/db/IOstreams/token/token.H +++ b/src/OpenFOAM/db/IOstreams/token/token.H @@ -167,9 +167,8 @@ public: static autoPtr New(const word& type, Istream&); - // Destructor - - virtual ~compound(); + //- Destructor + virtual ~compound(); // Member Functions @@ -309,9 +308,8 @@ public: token(Istream&); - // Destructor - - inline ~token(); + //- Destructor + inline ~token(); // Member functions diff --git a/src/OpenFOAM/db/Time/Time.H b/src/OpenFOAM/db/Time/Time.H index a5e39b751b..7596fee0c9 100644 --- a/src/OpenFOAM/db/Time/Time.H +++ b/src/OpenFOAM/db/Time/Time.H @@ -209,10 +209,8 @@ public: ); - // Destructor - - //- Virtual destructor - virtual ~Time(); + //- Destructor + virtual ~Time(); // Member functions diff --git a/src/OpenFOAM/db/Time/subCycleTime.H b/src/OpenFOAM/db/Time/subCycleTime.H index 677ea12fe4..02224cfed5 100644 --- a/src/OpenFOAM/db/Time/subCycleTime.H +++ b/src/OpenFOAM/db/Time/subCycleTime.H @@ -63,9 +63,8 @@ public: subCycleTime(Time&, const label nSubCycles); - // Destructor - - ~subCycleTime(); + //- Destructor + ~subCycleTime(); // Member functions diff --git a/src/OpenFOAM/db/dictionary/dictionary.H b/src/OpenFOAM/db/dictionary/dictionary.H index 759287482c..c483aed557 100644 --- a/src/OpenFOAM/db/dictionary/dictionary.H +++ b/src/OpenFOAM/db/dictionary/dictionary.H @@ -218,9 +218,8 @@ public: static autoPtr New(Istream&); - // Destructor - - ~dictionary(); + //- Destructor + ~dictionary(); // Member functions diff --git a/src/OpenFOAM/db/dlLibraryTable/dlLibraryTable.H b/src/OpenFOAM/db/dlLibraryTable/dlLibraryTable.H index e43ccde86b..cc7bdac50d 100644 --- a/src/OpenFOAM/db/dlLibraryTable/dlLibraryTable.H +++ b/src/OpenFOAM/db/dlLibraryTable/dlLibraryTable.H @@ -88,9 +88,8 @@ public: dlLibraryTable(); - // Destructor - - ~dlLibraryTable(); + //- Destructor + ~dlLibraryTable(); // Member Functions diff --git a/src/OpenFOAM/db/error/error.H b/src/OpenFOAM/db/error/error.H index 25f837fd6f..9ad11f7a0f 100644 --- a/src/OpenFOAM/db/error/error.H +++ b/src/OpenFOAM/db/error/error.H @@ -97,9 +97,8 @@ public: error(const error&); - // Destructor - - virtual ~error() throw(); + //- Destructor + virtual ~error() throw(); // Member functions @@ -213,9 +212,8 @@ public: IOerror(const dictionary&); - // Destructor - - virtual ~IOerror() throw(); + //- Destructor + virtual ~IOerror() throw(); // Member functions diff --git a/src/OpenFOAM/db/functionObjects/functionObject/functionObject.H b/src/OpenFOAM/db/functionObjects/functionObject/functionObject.H index 8f4baa22b8..bc223bedb1 100644 --- a/src/OpenFOAM/db/functionObjects/functionObject/functionObject.H +++ b/src/OpenFOAM/db/functionObjects/functionObject/functionObject.H @@ -135,9 +135,8 @@ public: ); - // Destructor - - virtual ~functionObject(); + //- Destructor + virtual ~functionObject(); // Member Functions diff --git a/src/OpenFOAM/db/functionObjects/outputFilterOutputControl/outputFilterOutputControl.H b/src/OpenFOAM/db/functionObjects/outputFilterOutputControl/outputFilterOutputControl.H index 87599a3c1b..865e4cb2c4 100644 --- a/src/OpenFOAM/db/functionObjects/outputFilterOutputControl/outputFilterOutputControl.H +++ b/src/OpenFOAM/db/functionObjects/outputFilterOutputControl/outputFilterOutputControl.H @@ -91,8 +91,8 @@ public: outputFilterOutputControl(const Time&, const dictionary&); - // Destructor - ~outputFilterOutputControl(); + //- Destructor + ~outputFilterOutputControl(); // Member Functions diff --git a/src/OpenFOAM/db/objectRegistry/objectRegistry.H b/src/OpenFOAM/db/objectRegistry/objectRegistry.H index 433c5ac59a..10165b3e97 100644 --- a/src/OpenFOAM/db/objectRegistry/objectRegistry.H +++ b/src/OpenFOAM/db/objectRegistry/objectRegistry.H @@ -101,9 +101,8 @@ public: ); - // Destructor - - virtual ~objectRegistry(); + //- Destructor + virtual ~objectRegistry(); // Member functions diff --git a/src/OpenFOAM/db/regIOobject/regIOobject.H b/src/OpenFOAM/db/regIOobject/regIOobject.H index 7db81dcec7..f3c2cc83f8 100644 --- a/src/OpenFOAM/db/regIOobject/regIOobject.H +++ b/src/OpenFOAM/db/regIOobject/regIOobject.H @@ -110,9 +110,8 @@ public: regIOobject(const regIOobject&, bool registerCopy); - // Destructor - - virtual ~regIOobject(); + //- Destructor + virtual ~regIOobject(); // Member functions diff --git a/src/OpenFOAM/fields/Fields/Field/FieldMapper.H b/src/OpenFOAM/fields/Fields/Field/FieldMapper.H index 38ef887f40..13c4c572ac 100644 --- a/src/OpenFOAM/fields/Fields/Field/FieldMapper.H +++ b/src/OpenFOAM/fields/Fields/Field/FieldMapper.H @@ -53,10 +53,9 @@ public: {} - // Destructor - - virtual ~FieldMapper() - {} + //- Destructor + virtual ~FieldMapper() + {} // Member Functions diff --git a/src/OpenFOAM/fields/GeometricFields/SlicedGeometricField/SlicedGeometricField.H b/src/OpenFOAM/fields/GeometricFields/SlicedGeometricField/SlicedGeometricField.H index b3ffb50c3c..362ddde906 100644 --- a/src/OpenFOAM/fields/GeometricFields/SlicedGeometricField/SlicedGeometricField.H +++ b/src/OpenFOAM/fields/GeometricFields/SlicedGeometricField/SlicedGeometricField.H @@ -158,9 +158,8 @@ public: ); - // Destructor - - ~SlicedGeometricField(); + //- Destructor + ~SlicedGeometricField(); // Member functions @@ -202,9 +201,8 @@ public: ); - // Destructor - - ~DimensionedInternalField(); + //- Destructor + ~DimensionedInternalField(); }; diff --git a/src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchField.H b/src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchField.H index 17bcfc1cb8..b5474e46d7 100644 --- a/src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchField.H +++ b/src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchField.H @@ -126,9 +126,8 @@ public: } - // Destructor - - ~processorPointPatchField(); + //- Destructor + ~processorPointPatchField(); // Member functions diff --git a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.H b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.H index ae6ce5eb93..8961fbb9db 100644 --- a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.H +++ b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.H @@ -229,10 +229,9 @@ public: ); - // Destructor - - virtual ~pointPatchField() - {} + //- Destructor + virtual ~pointPatchField() + {} // Member functions diff --git a/src/OpenFOAM/global/JobInfo/JobInfo.H b/src/OpenFOAM/global/JobInfo/JobInfo.H index 633fad11df..61d1c870f4 100644 --- a/src/OpenFOAM/global/JobInfo/JobInfo.H +++ b/src/OpenFOAM/global/JobInfo/JobInfo.H @@ -78,9 +78,8 @@ public: JobInfo(); - // Destructor - - ~JobInfo(); + //- Destructor + ~JobInfo(); // Member Functions diff --git a/src/OpenFOAM/graph/graph.H b/src/OpenFOAM/graph/graph.H index fe600590f7..57876270b9 100644 --- a/src/OpenFOAM/graph/graph.H +++ b/src/OpenFOAM/graph/graph.H @@ -226,10 +226,9 @@ public: {} - // Destructor - - virtual ~writer() - {} + //- Destructor + virtual ~writer() + {} // Member Functions diff --git a/src/OpenFOAM/graph/writers/gnuplotGraph/gnuplotGraph.H b/src/OpenFOAM/graph/writers/gnuplotGraph/gnuplotGraph.H index 812a8db579..f5317a9c95 100644 --- a/src/OpenFOAM/graph/writers/gnuplotGraph/gnuplotGraph.H +++ b/src/OpenFOAM/graph/writers/gnuplotGraph/gnuplotGraph.H @@ -67,10 +67,9 @@ public: {} - // Destructor - - ~gnuplotGraph() - {} + //- Destructor + ~gnuplotGraph() + {} // Member Functions diff --git a/src/OpenFOAM/graph/writers/jplotGraph/jplotGraph.H b/src/OpenFOAM/graph/writers/jplotGraph/jplotGraph.H index 942ab78fde..8b329604c3 100644 --- a/src/OpenFOAM/graph/writers/jplotGraph/jplotGraph.H +++ b/src/OpenFOAM/graph/writers/jplotGraph/jplotGraph.H @@ -67,10 +67,9 @@ public: {} - // Destructor - - ~jplotGraph() - {} + //- Destructor + ~jplotGraph() + {} // Member Functions diff --git a/src/OpenFOAM/graph/writers/rawGraph/rawGraph.H b/src/OpenFOAM/graph/writers/rawGraph/rawGraph.H index 9a526d71a4..707a0212d4 100644 --- a/src/OpenFOAM/graph/writers/rawGraph/rawGraph.H +++ b/src/OpenFOAM/graph/writers/rawGraph/rawGraph.H @@ -67,10 +67,9 @@ public: {} - // Destructor - - ~rawGraph() - {} + //- Destructor + ~rawGraph() + {} // Member Functions diff --git a/src/OpenFOAM/graph/writers/xmgrGraph/xmgrGraph.H b/src/OpenFOAM/graph/writers/xmgrGraph/xmgrGraph.H index e6d4321767..d7e866b856 100644 --- a/src/OpenFOAM/graph/writers/xmgrGraph/xmgrGraph.H +++ b/src/OpenFOAM/graph/writers/xmgrGraph/xmgrGraph.H @@ -68,10 +68,9 @@ public: {} - // Destructor - - ~xmgrGraph() - {} + //- Destructor + ~xmgrGraph() + {} // Member Functions diff --git a/src/OpenFOAM/interpolations/patchToPatchInterpolation/PatchToPatchInterpolation.H b/src/OpenFOAM/interpolations/patchToPatchInterpolation/PatchToPatchInterpolation.H index c2aecf3aa7..5c744df1ba 100644 --- a/src/OpenFOAM/interpolations/patchToPatchInterpolation/PatchToPatchInterpolation.H +++ b/src/OpenFOAM/interpolations/patchToPatchInterpolation/PatchToPatchInterpolation.H @@ -163,9 +163,8 @@ public: ); - // Destructor - - ~PatchToPatchInterpolation(); + //- Destructor + ~PatchToPatchInterpolation(); // Member Functions diff --git a/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation.H b/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation.H index fc8417855b..9c07ba575f 100644 --- a/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation.H +++ b/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation.H @@ -99,9 +99,8 @@ public: PrimitivePatchInterpolation(const Patch& p); - // Destructor - - ~PrimitivePatchInterpolation(); + //- Destructor + ~PrimitivePatchInterpolation(); // Member Functions diff --git a/src/OpenFOAM/matrices/Matrix/Matrix.H b/src/OpenFOAM/matrices/Matrix/Matrix.H index 9baa4f0fb1..c7b561914e 100644 --- a/src/OpenFOAM/matrices/Matrix/Matrix.H +++ b/src/OpenFOAM/matrices/Matrix/Matrix.H @@ -116,9 +116,8 @@ public: inline autoPtr > clone() const; - // Destructor - - ~Matrix(); + //- Destructor + ~Matrix(); // Member Functions diff --git a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduAddressing.H b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduAddressing.H index 9f971b3510..fedeaf60d2 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduAddressing.H +++ b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduAddressing.H @@ -158,9 +158,8 @@ public: {} - // Destructor - - virtual ~lduAddressing(); + //- Destructor + virtual ~lduAddressing(); // Member Functions diff --git a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/cyclicLduInterface.H b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/cyclicLduInterface.H index 72e5e9389a..1010c17f98 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/cyclicLduInterface.H +++ b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/cyclicLduInterface.H @@ -57,9 +57,8 @@ public: // Constructors - // Destructor - - virtual ~cyclicLduInterface(); + //- Destructor + virtual ~cyclicLduInterface(); // Member Functions diff --git a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/lduInterface.H b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/lduInterface.H index 60f6e448e6..2b65bedf8d 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/lduInterface.H +++ b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/lduInterface.H @@ -75,9 +75,8 @@ public: {} - // Destructor - - virtual ~lduInterface(); + //- Destructor + virtual ~lduInterface(); // Member Functions diff --git a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/processorLduInterface.H b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/processorLduInterface.H index 8d39181c10..be3d050d7a 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/processorLduInterface.H +++ b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/processorLduInterface.H @@ -76,9 +76,8 @@ public: processorLduInterface(); - // Destructor - - virtual ~processorLduInterface(); + //- Destructor + virtual ~processorLduInterface(); // Member Functions diff --git a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/cyclicLduInterfaceField/cyclicLduInterfaceField.H b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/cyclicLduInterfaceField/cyclicLduInterfaceField.H index 0d3c3ef2e0..2d35035f57 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/cyclicLduInterfaceField/cyclicLduInterfaceField.H +++ b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/cyclicLduInterfaceField/cyclicLduInterfaceField.H @@ -63,9 +63,8 @@ public: {} - // Destructor - - virtual ~cyclicLduInterfaceField(); + //- Destructor + virtual ~cyclicLduInterfaceField(); // Member Functions diff --git a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/lduInterfaceField/lduInterfaceField.H b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/lduInterfaceField/lduInterfaceField.H index 57127bd4de..f07f1498a9 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/lduInterfaceField/lduInterfaceField.H +++ b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/lduInterfaceField/lduInterfaceField.H @@ -85,9 +85,8 @@ public: {} - // Destructor - - virtual ~lduInterfaceField(); + //- Destructor + virtual ~lduInterfaceField(); // Member Functions diff --git a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/processorLduInterfaceField/processorLduInterfaceField.H b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/processorLduInterfaceField/processorLduInterfaceField.H index a04e57f8e9..7c3ae2e259 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/processorLduInterfaceField/processorLduInterfaceField.H +++ b/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/processorLduInterfaceField/processorLduInterfaceField.H @@ -63,9 +63,8 @@ public: {} - // Destructor - - virtual ~processorLduInterfaceField(); + //- Destructor + virtual ~processorLduInterfaceField(); // Member Functions diff --git a/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.H b/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.H index 860a593b83..924c1e51f0 100644 --- a/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.H +++ b/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.H @@ -340,10 +340,9 @@ public: - // Destructor - - virtual ~solver() - {} + //- Destructor + virtual ~solver() + {} // Member functions @@ -492,10 +491,9 @@ public: ); - // Destructor - - virtual ~smoother() - {} + //- Destructor + virtual ~smoother() + {} // Member functions @@ -607,10 +605,9 @@ public: ); - // Destructor - - virtual ~preconditioner() - {} + //- Destructor + virtual ~preconditioner() + {} // Member functions @@ -677,9 +674,8 @@ public: lduMatrix(const lduMesh&, Istream&); - // Destructor - - ~lduMatrix(); + //- Destructor + ~lduMatrix(); // Member functions diff --git a/src/OpenFOAM/matrices/lduMatrix/preconditioners/DICPreconditioner/DICPreconditioner.H b/src/OpenFOAM/matrices/lduMatrix/preconditioners/DICPreconditioner/DICPreconditioner.H index e1260e0e2a..02d428ef49 100644 --- a/src/OpenFOAM/matrices/lduMatrix/preconditioners/DICPreconditioner/DICPreconditioner.H +++ b/src/OpenFOAM/matrices/lduMatrix/preconditioners/DICPreconditioner/DICPreconditioner.H @@ -74,10 +74,9 @@ public: ); - // Destructor - - virtual ~DICPreconditioner() - {} + //- Destructor + virtual ~DICPreconditioner() + {} // Member Functions diff --git a/src/OpenFOAM/matrices/lduMatrix/preconditioners/DILUPreconditioner/DILUPreconditioner.H b/src/OpenFOAM/matrices/lduMatrix/preconditioners/DILUPreconditioner/DILUPreconditioner.H index 89d9200189..1988b68032 100644 --- a/src/OpenFOAM/matrices/lduMatrix/preconditioners/DILUPreconditioner/DILUPreconditioner.H +++ b/src/OpenFOAM/matrices/lduMatrix/preconditioners/DILUPreconditioner/DILUPreconditioner.H @@ -74,10 +74,9 @@ public: ); - // Destructor - - virtual ~DILUPreconditioner() - {} + //- Destructor + virtual ~DILUPreconditioner() + {} // Member Functions diff --git a/src/OpenFOAM/matrices/lduMatrix/preconditioners/FDICPreconditioner/FDICPreconditioner.H b/src/OpenFOAM/matrices/lduMatrix/preconditioners/FDICPreconditioner/FDICPreconditioner.H index 717d7fae84..7226d4a320 100644 --- a/src/OpenFOAM/matrices/lduMatrix/preconditioners/FDICPreconditioner/FDICPreconditioner.H +++ b/src/OpenFOAM/matrices/lduMatrix/preconditioners/FDICPreconditioner/FDICPreconditioner.H @@ -87,10 +87,9 @@ public: ); - // Destructor - - virtual ~FDICPreconditioner() - {} + //- Destructor + virtual ~FDICPreconditioner() + {} // Member Functions diff --git a/src/OpenFOAM/matrices/lduMatrix/preconditioners/GAMGPreconditioner/GAMGPreconditioner.H b/src/OpenFOAM/matrices/lduMatrix/preconditioners/GAMGPreconditioner/GAMGPreconditioner.H index 5a30a2d1ee..01d2303317 100644 --- a/src/OpenFOAM/matrices/lduMatrix/preconditioners/GAMGPreconditioner/GAMGPreconditioner.H +++ b/src/OpenFOAM/matrices/lduMatrix/preconditioners/GAMGPreconditioner/GAMGPreconditioner.H @@ -79,9 +79,8 @@ public: ); - // Destructor - - virtual ~GAMGPreconditioner(); + //- Destructor + virtual ~GAMGPreconditioner(); // Member Functions diff --git a/src/OpenFOAM/matrices/lduMatrix/preconditioners/diagonalPreconditioner/diagonalPreconditioner.H b/src/OpenFOAM/matrices/lduMatrix/preconditioners/diagonalPreconditioner/diagonalPreconditioner.H index 3edce1a953..b19265e2a5 100644 --- a/src/OpenFOAM/matrices/lduMatrix/preconditioners/diagonalPreconditioner/diagonalPreconditioner.H +++ b/src/OpenFOAM/matrices/lduMatrix/preconditioners/diagonalPreconditioner/diagonalPreconditioner.H @@ -84,10 +84,9 @@ public: ); - // Destructor - - virtual ~diagonalPreconditioner() - {} + //- Destructor + virtual ~diagonalPreconditioner() + {} // Member Functions diff --git a/src/OpenFOAM/matrices/lduMatrix/preconditioners/noPreconditioner/noPreconditioner.H b/src/OpenFOAM/matrices/lduMatrix/preconditioners/noPreconditioner/noPreconditioner.H index 5792a0c2b5..f975846265 100644 --- a/src/OpenFOAM/matrices/lduMatrix/preconditioners/noPreconditioner/noPreconditioner.H +++ b/src/OpenFOAM/matrices/lduMatrix/preconditioners/noPreconditioner/noPreconditioner.H @@ -75,10 +75,9 @@ public: ); - // Destructor - - virtual ~noPreconditioner() - {} + //- Destructor + virtual ~noPreconditioner() + {} // Member Functions diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/BICCG/BICCG.H b/src/OpenFOAM/matrices/lduMatrix/solvers/BICCG/BICCG.H index 74e01d5fbc..7eaaef40ee 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/BICCG/BICCG.H +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/BICCG/BICCG.H @@ -109,10 +109,9 @@ public: const scalar relTol = 0.0 ); - // Destructor - - virtual ~BICCG() - {} + //- Destructor + virtual ~BICCG() + {} }; diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.H b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.H index 2186b7839d..807477f411 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.H +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.H @@ -180,9 +180,8 @@ public: ); - // Destructor - - ~GAMGAgglomeration(); + //- Destructor + ~GAMGAgglomeration(); // Member Functions diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolver.H b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolver.H index baa2621ccb..54908a720d 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolver.H +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolver.H @@ -223,9 +223,8 @@ public: ); - // Destructor - - virtual ~GAMGSolver(); + //- Destructor + virtual ~GAMGSolver(); // Member Functions diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/cyclicGAMGInterfaceField/cyclicGAMGInterfaceField.H b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/cyclicGAMGInterfaceField/cyclicGAMGInterfaceField.H index 7ce417d51f..d1fba2a55e 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/cyclicGAMGInterfaceField/cyclicGAMGInterfaceField.H +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/cyclicGAMGInterfaceField/cyclicGAMGInterfaceField.H @@ -90,9 +90,8 @@ public: ); - // Destructor - - virtual ~cyclicGAMGInterfaceField(); + //- Destructor + virtual ~cyclicGAMGInterfaceField(); // Member Functions diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/processorGAMGInterfaceField/processorGAMGInterfaceField.H b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/processorGAMGInterfaceField/processorGAMGInterfaceField.H index a4d94de447..1cdb4add61 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/processorGAMGInterfaceField/processorGAMGInterfaceField.H +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/processorGAMGInterfaceField/processorGAMGInterfaceField.H @@ -90,9 +90,8 @@ public: ); - // Destructor - - virtual ~processorGAMGInterfaceField(); + //- Destructor + virtual ~processorGAMGInterfaceField(); // Member Functions diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/cyclicGAMGInterface/cyclicGAMGInterface.H b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/cyclicGAMGInterface/cyclicGAMGInterface.H index 826ea3c438..d912cb313c 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/cyclicGAMGInterface/cyclicGAMGInterface.H +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/cyclicGAMGInterface/cyclicGAMGInterface.H @@ -86,9 +86,8 @@ public: ); - // Destructor - - virtual ~cyclicGAMGInterface(); + //- Destructor + virtual ~cyclicGAMGInterface(); // Member Functions diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.H b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.H index 4b6c5fef7d..6d24e82db0 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.H +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.H @@ -86,9 +86,8 @@ public: ); - // Destructor - - virtual ~processorGAMGInterface(); + //- Destructor + virtual ~processorGAMGInterface(); // Member Functions diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/ICCG/ICCG.H b/src/OpenFOAM/matrices/lduMatrix/solvers/ICCG/ICCG.H index 7d28367a3c..90f4245e8c 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/ICCG/ICCG.H +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/ICCG/ICCG.H @@ -108,10 +108,9 @@ public: const scalar relTol = 0.0 ); - // Destructor - - virtual ~ICCG() - {} + //- Destructor + virtual ~ICCG() + {} }; diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/PBiCG/PBiCG.H b/src/OpenFOAM/matrices/lduMatrix/solvers/PBiCG/PBiCG.H index 9beac7f25b..a1753a1be1 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/PBiCG/PBiCG.H +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/PBiCG/PBiCG.H @@ -80,10 +80,9 @@ public: ); - // Destructor - - virtual ~PBiCG() - {} + //- Destructor + virtual ~PBiCG() + {} // Member Functions diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/PCG/PCG.H b/src/OpenFOAM/matrices/lduMatrix/solvers/PCG/PCG.H index 82b351342b..481ba0fe11 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/PCG/PCG.H +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/PCG/PCG.H @@ -80,10 +80,9 @@ public: ); - // Destructor - - virtual ~PCG() - {} + //- Destructor + virtual ~PCG() + {} // Member Functions diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/smoothSolver/smoothSolver.H b/src/OpenFOAM/matrices/lduMatrix/solvers/smoothSolver/smoothSolver.H index 4be4565bd0..616ffc7f26 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/smoothSolver/smoothSolver.H +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/smoothSolver/smoothSolver.H @@ -85,10 +85,9 @@ public: ); - // Destructor - - virtual ~smoothSolver() - {} + //- Destructor + virtual ~smoothSolver() + {} // Member Functions diff --git a/src/OpenFOAM/memory/Xfer/Xfer.H b/src/OpenFOAM/memory/Xfer/Xfer.H index 44a1014717..786eee96c0 100644 --- a/src/OpenFOAM/memory/Xfer/Xfer.H +++ b/src/OpenFOAM/memory/Xfer/Xfer.H @@ -107,9 +107,8 @@ public: //- Construct by transferring the contents inline Xfer(const Xfer&); - // Destructor - - inline ~Xfer(); + //- Destructor + inline ~Xfer(); // Member Functions diff --git a/src/OpenFOAM/memory/autoPtr/autoPtr.H b/src/OpenFOAM/memory/autoPtr/autoPtr.H index 64dcd9d516..5f4afc765a 100644 --- a/src/OpenFOAM/memory/autoPtr/autoPtr.H +++ b/src/OpenFOAM/memory/autoPtr/autoPtr.H @@ -68,10 +68,8 @@ public: inline autoPtr(const autoPtr&); - // Destructor - - //- Delete object if pointer is not NULL - inline ~autoPtr(); + //- Destructor, delete object if pointer is not NULL + inline ~autoPtr(); // Member Functions diff --git a/src/OpenFOAM/memory/tmp/tmp.H b/src/OpenFOAM/memory/tmp/tmp.H index 73fdb4a271..90fa6f5684 100644 --- a/src/OpenFOAM/memory/tmp/tmp.H +++ b/src/OpenFOAM/memory/tmp/tmp.H @@ -80,10 +80,8 @@ public: inline tmp(const tmp&); - // Destructor - - //- Delete object when reference count == 0 - inline ~tmp(); + //- Destructor, delete object when reference count == 0 + inline ~tmp(); // Member Functions diff --git a/src/OpenFOAM/meshes/lduMesh/lduMesh.H b/src/OpenFOAM/meshes/lduMesh/lduMesh.H index 6a70f5c08c..2f03419fca 100644 --- a/src/OpenFOAM/meshes/lduMesh/lduMesh.H +++ b/src/OpenFOAM/meshes/lduMesh/lduMesh.H @@ -59,10 +59,9 @@ public: // Constructors - // Destructor - - virtual ~lduMesh() - {} + //- Destructor + virtual ~lduMesh() + {} // Member Functions diff --git a/src/OpenFOAM/meshes/lduMesh/lduPrimitiveMesh.H b/src/OpenFOAM/meshes/lduMesh/lduPrimitiveMesh.H index e0b51748c0..2eff97aa21 100644 --- a/src/OpenFOAM/meshes/lduMesh/lduPrimitiveMesh.H +++ b/src/OpenFOAM/meshes/lduMesh/lduPrimitiveMesh.H @@ -123,10 +123,9 @@ public: {} - // Destructor - - virtual ~lduPrimitiveMesh() - {} + //- Destructor + virtual ~lduPrimitiveMesh() + {} // Member Functions diff --git a/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H b/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H index ef5ffbbc63..96d3fe1674 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H +++ b/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H @@ -196,10 +196,9 @@ public: ); - // Destructor - - virtual ~cellMatcher() - {} + //- Destructor + virtual ~cellMatcher() + {} // Member Functions diff --git a/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H b/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H index 7d86dba30e..0514c87dbd 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H +++ b/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H @@ -77,9 +77,8 @@ public: //- Construct null hexMatcher(); - // Destructor - - ~hexMatcher(); + //- Destructor + ~hexMatcher(); // Member Functions diff --git a/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H b/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H index 11c7ec8a93..b56b494e0b 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H +++ b/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H @@ -77,9 +77,8 @@ public: //- Construct prismMatcher(); - // Destructor - - ~prismMatcher(); + //- Destructor + ~prismMatcher(); // Member Functions diff --git a/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H b/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H index f245939f62..f58378ef32 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H +++ b/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H @@ -77,9 +77,8 @@ public: //- Construct null pyrMatcher(); - // Destructor - - ~pyrMatcher(); + //- Destructor + ~pyrMatcher(); // Member Functions diff --git a/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H b/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H index 5aca827cac..c1c51aef5e 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H +++ b/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H @@ -77,9 +77,8 @@ public: //- Construct null tetMatcher(); - // Destructor - - ~tetMatcher(); + //- Destructor + ~tetMatcher(); // Member Functions diff --git a/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H b/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H index 01bbd4446a..cf0cc0ecb8 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H +++ b/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H @@ -77,9 +77,8 @@ public: //- Construct null tetWedgeMatcher(); - // Destructor - - ~tetWedgeMatcher(); + //- Destructor + ~tetWedgeMatcher(); // Member Functions diff --git a/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H b/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H index e4cc57184f..d5ac9c1b50 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H +++ b/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H @@ -77,9 +77,8 @@ public: //- Construct null wedgeMatcher(); - // Destructor - - ~wedgeMatcher(); + //- Destructor + ~wedgeMatcher(); // Member Functions diff --git a/src/OpenFOAM/meshes/meshShapes/cellModeller/cellModeller.H b/src/OpenFOAM/meshes/meshShapes/cellModeller/cellModeller.H index 2df3c28636..565a8b90f3 100644 --- a/src/OpenFOAM/meshes/meshShapes/cellModeller/cellModeller.H +++ b/src/OpenFOAM/meshes/meshShapes/cellModeller/cellModeller.H @@ -71,9 +71,8 @@ public: //- Construct from central "cellModels" file cellModeller(); - // Destructor - - ~cellModeller(); + //- Destructor + ~cellModeller(); // Member functions diff --git a/src/OpenFOAM/meshes/patchIdentifier/patchIdentifier.H b/src/OpenFOAM/meshes/patchIdentifier/patchIdentifier.H index 0f7eff0b5f..2e333e6396 100644 --- a/src/OpenFOAM/meshes/patchIdentifier/patchIdentifier.H +++ b/src/OpenFOAM/meshes/patchIdentifier/patchIdentifier.H @@ -97,9 +97,8 @@ public: ); - // Destructor - - virtual ~patchIdentifier(); + //- Destructor + virtual ~patchIdentifier(); // Member Functions diff --git a/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointMapper.H b/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointMapper.H index 8130554309..af7a519e3c 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointMapper.H +++ b/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointMapper.H @@ -111,9 +111,8 @@ public: pointMapper(const pointMesh&, const mapPolyMesh& mpm); - // Destructor - - virtual ~pointMapper(); + //- Destructor + virtual ~pointMapper(); // Member Functions diff --git a/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointPatchMapper.H b/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointPatchMapper.H index 32954dd506..2171c0e49a 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointPatchMapper.H +++ b/src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointPatchMapper.H @@ -118,9 +118,8 @@ public: ); - // Destructor - - virtual ~pointPatchMapper(); + //- Destructor + virtual ~pointPatchMapper(); // Member Functions diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/basic/coupled/coupledPointPatch.H b/src/OpenFOAM/meshes/pointMesh/pointPatches/basic/coupled/coupledPointPatch.H index 816020a756..1123e46ae6 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointPatches/basic/coupled/coupledPointPatch.H +++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/basic/coupled/coupledPointPatch.H @@ -95,9 +95,8 @@ public: coupledPointPatch(const pointBoundaryMesh& bm); - // Destructor - - virtual ~coupledPointPatch(); + //- Destructor + virtual ~coupledPointPatch(); // Member Functions diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/cyclic/cyclicPointPatch.H b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/cyclic/cyclicPointPatch.H index 91fdb1cf84..4b7090ae43 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/cyclic/cyclicPointPatch.H +++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/cyclic/cyclicPointPatch.H @@ -105,9 +105,8 @@ public: ); - // Destructor - - virtual ~cyclicPointPatch(); + //- Destructor + virtual ~cyclicPointPatch(); // Member Functions diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/processor/processorPointPatch.H b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/processor/processorPointPatch.H index 9cdb82b2e3..ef30fb27f2 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/processor/processorPointPatch.H +++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/processor/processorPointPatch.H @@ -110,9 +110,8 @@ public: ); - // Destructor - - virtual ~processorPointPatch(); + //- Destructor + virtual ~processorPointPatch(); // Member functions diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/derived/coupled/coupledFacePointPatch.H b/src/OpenFOAM/meshes/pointMesh/pointPatches/derived/coupled/coupledFacePointPatch.H index 257a3fa5d7..7237290e04 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointPatches/derived/coupled/coupledFacePointPatch.H +++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/derived/coupled/coupledFacePointPatch.H @@ -94,9 +94,8 @@ public: ); - // Destructor - - virtual ~coupledFacePointPatch(); + //- Destructor + virtual ~coupledFacePointPatch(); // Member Functions diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/facePointPatch/facePointPatch.H b/src/OpenFOAM/meshes/pointMesh/pointPatches/facePointPatch/facePointPatch.H index 7f1e6d2946..445eec1ec3 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointPatches/facePointPatch/facePointPatch.H +++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/facePointPatch/facePointPatch.H @@ -140,10 +140,9 @@ public: ); - // Destructor - - virtual ~facePointPatch() - {} + //- Destructor + virtual ~facePointPatch() + {} // Member Functions diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/pointPatch/pointPatch.H b/src/OpenFOAM/meshes/pointMesh/pointPatches/pointPatch/pointPatch.H index 482c10128f..76f04d1d12 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointPatches/pointPatch/pointPatch.H +++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/pointPatch/pointPatch.H @@ -120,10 +120,9 @@ public: {} - // Destructor - - virtual ~pointPatch() - {} + //- Destructor + virtual ~pointPatch() + {} // Member Functions diff --git a/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.H b/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.H index fe2e04731b..3597ce0d06 100644 --- a/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.H +++ b/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.H @@ -358,9 +358,8 @@ public: globalMeshData(const IOobject& io, const polyMesh& mesh); - // Destructor - - ~globalMeshData(); + //- Destructor + ~globalMeshData(); //- Remove all demand driven data void clearOut(); diff --git a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/cellMapper/cellMapper.H b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/cellMapper/cellMapper.H index b2990b9de9..2406f182a1 100644 --- a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/cellMapper/cellMapper.H +++ b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/cellMapper/cellMapper.H @@ -112,9 +112,8 @@ public: cellMapper(const mapPolyMesh& mpm); - // Destructor - - virtual ~cellMapper(); + //- Destructor + virtual ~cellMapper(); // Member Functions diff --git a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/faceMapper/faceMapper.H b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/faceMapper/faceMapper.H index 98c3b2149c..24a32d442e 100644 --- a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/faceMapper/faceMapper.H +++ b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/faceMapper/faceMapper.H @@ -113,9 +113,8 @@ public: faceMapper(const mapPolyMesh& mpm); - // Destructor - - virtual ~faceMapper(); + //- Destructor + virtual ~faceMapper(); // Member Functions diff --git a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/morphFieldMapper.H b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/morphFieldMapper.H index 07e6f46229..d9f35e51e8 100644 --- a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/morphFieldMapper.H +++ b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/morphFieldMapper.H @@ -58,10 +58,9 @@ public: {} - // Destructor - - virtual ~morphFieldMapper() - {} + //- Destructor + virtual ~morphFieldMapper() + {} // Member Functions diff --git a/src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.H b/src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.H index 6b843ecc90..8fa0eca534 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.H +++ b/src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.H @@ -116,9 +116,8 @@ public: ); - // Destructor - - ~polyBoundaryMesh(); + //- Destructor + ~polyBoundaryMesh(); //- Clear geometry at this level and at patches void clearGeom(); diff --git a/src/OpenFOAM/meshes/polyMesh/polyMesh.H b/src/OpenFOAM/meshes/polyMesh/polyMesh.H index 38f521c264..ce82d36de7 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyMesh.H +++ b/src/OpenFOAM/meshes/polyMesh/polyMesh.H @@ -256,9 +256,8 @@ public: ); - // Destructor - - virtual ~polyMesh(); + //- Destructor + virtual ~polyMesh(); // Member Functions diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.H b/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.H index f564639014..423a94ccb7 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.H +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.H @@ -234,9 +234,8 @@ public: ); - // Destructor - - virtual ~coupledPolyPatch(); + //- Destructor + virtual ~coupledPolyPatch(); // Member Functions diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/generic/genericPolyPatch.H b/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/generic/genericPolyPatch.H index 567ffc5c89..b06a95c279 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/generic/genericPolyPatch.H +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/generic/genericPolyPatch.H @@ -154,9 +154,8 @@ public: } - // Destructor - - ~genericPolyPatch(); + //- Destructor + ~genericPolyPatch(); // Member functions diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H index 94244cdc01..f8ae312f20 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H @@ -283,9 +283,8 @@ public: } - // Destructor - - virtual ~cyclicPolyPatch(); + //- Destructor + virtual ~cyclicPolyPatch(); // Member Functions diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.H b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.H index c4bcd7398a..8b168b9806 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.H +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.H @@ -217,9 +217,8 @@ public: } - // Destructor - - virtual ~processorPolyPatch(); + //- Destructor + virtual ~processorPolyPatch(); // Member functions diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.H b/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.H index fb3f45045b..f9cbfcad9a 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.H +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.H @@ -276,9 +276,8 @@ public: ); - // Destructor - - virtual ~polyPatch(); + //- Destructor + virtual ~polyPatch(); // Member Functions diff --git a/src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/ZoneMesh.H b/src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/ZoneMesh.H index 57404af320..ca1a2dce86 100644 --- a/src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/ZoneMesh.H +++ b/src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/ZoneMesh.H @@ -105,9 +105,8 @@ public: const label size ); - // Destructor - - ~ZoneMesh(); + //- Destructor + ~ZoneMesh(); // Member functions diff --git a/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatch.H b/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatch.H index 2d0515addd..6561705652 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatch.H +++ b/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatch.H @@ -258,9 +258,8 @@ public: ); - // Destructor - - virtual ~PrimitivePatch(); + //- Destructor + virtual ~PrimitivePatch(); void clearOut(); diff --git a/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.H b/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.H index 718df480e0..4b78927de0 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.H +++ b/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.H @@ -350,9 +350,8 @@ public: ); - // Destructor - - virtual ~primitiveMesh(); + //- Destructor + virtual ~primitiveMesh(); // Member Functions diff --git a/src/conversion/ensight/file/ensightFile.H b/src/conversion/ensight/file/ensightFile.H index 9ac5927a49..3e4f4e53c7 100644 --- a/src/conversion/ensight/file/ensightFile.H +++ b/src/conversion/ensight/file/ensightFile.H @@ -79,7 +79,7 @@ public: ); - // Destructor + //- Destructor ~ensightFile(); diff --git a/src/conversion/polyDualMesh/polyDualMesh.H b/src/conversion/polyDualMesh/polyDualMesh.H index 338d645050..8c3ae117e8 100644 --- a/src/conversion/polyDualMesh/polyDualMesh.H +++ b/src/conversion/polyDualMesh/polyDualMesh.H @@ -194,9 +194,8 @@ public: ); - // Destructor - - ~polyDualMesh(); + //- Destructor + ~polyDualMesh(); // Member Functions diff --git a/src/dynamicFvMesh/dynamicFvMesh/dynamicFvMesh.H b/src/dynamicFvMesh/dynamicFvMesh/dynamicFvMesh.H index 73688cddc1..31d68d43ef 100644 --- a/src/dynamicFvMesh/dynamicFvMesh/dynamicFvMesh.H +++ b/src/dynamicFvMesh/dynamicFvMesh/dynamicFvMesh.H @@ -92,9 +92,8 @@ public: static autoPtr New(const IOobject& io); - // Destructor - - virtual ~dynamicFvMesh(); + //- Destructor + virtual ~dynamicFvMesh(); // Member Functions diff --git a/src/dynamicFvMesh/dynamicInkJetFvMesh/dynamicInkJetFvMesh.H b/src/dynamicFvMesh/dynamicInkJetFvMesh/dynamicInkJetFvMesh.H index 9c7ce08ef2..90477072fe 100644 --- a/src/dynamicFvMesh/dynamicInkJetFvMesh/dynamicInkJetFvMesh.H +++ b/src/dynamicFvMesh/dynamicInkJetFvMesh/dynamicInkJetFvMesh.H @@ -89,9 +89,8 @@ public: dynamicInkJetFvMesh(const IOobject& io); - // Destructor - - ~dynamicInkJetFvMesh(); + //- Destructor + ~dynamicInkJetFvMesh(); // Member Functions diff --git a/src/dynamicFvMesh/dynamicMotionSolverFvMesh/dynamicMotionSolverFvMesh.H b/src/dynamicFvMesh/dynamicMotionSolverFvMesh/dynamicMotionSolverFvMesh.H index 05956fdad9..ae4de7f3d1 100644 --- a/src/dynamicFvMesh/dynamicMotionSolverFvMesh/dynamicMotionSolverFvMesh.H +++ b/src/dynamicFvMesh/dynamicMotionSolverFvMesh/dynamicMotionSolverFvMesh.H @@ -78,9 +78,8 @@ public: dynamicMotionSolverFvMesh(const IOobject& io); - // Destructor - - ~dynamicMotionSolverFvMesh(); + //- Destructor + ~dynamicMotionSolverFvMesh(); // Member Functions diff --git a/src/dynamicFvMesh/dynamicRefineFvMesh/dynamicRefineFvMesh.H b/src/dynamicFvMesh/dynamicRefineFvMesh/dynamicRefineFvMesh.H index ffb8bdf8bc..f230aceec7 100644 --- a/src/dynamicFvMesh/dynamicRefineFvMesh/dynamicRefineFvMesh.H +++ b/src/dynamicFvMesh/dynamicRefineFvMesh/dynamicRefineFvMesh.H @@ -169,9 +169,8 @@ public: explicit dynamicRefineFvMesh(const IOobject& io); - // Destructor - - virtual ~dynamicRefineFvMesh(); + //- Destructor + virtual ~dynamicRefineFvMesh(); // Member Functions diff --git a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/SDA/SDA.H b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/SDA/SDA.H index 983914172e..ada62f0aa5 100644 --- a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/SDA/SDA.H +++ b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/SDA/SDA.H @@ -119,9 +119,8 @@ public: ); - // Destructor - - virtual ~SDA(); + //- Destructor + virtual ~SDA(); // Member Functions diff --git a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/linearMotion/linearMotion.H b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/linearMotion/linearMotion.H index a3afdb6b0c..a7e138dce8 100644 --- a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/linearMotion/linearMotion.H +++ b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/linearMotion/linearMotion.H @@ -85,9 +85,8 @@ public: ); - // Destructor - - virtual ~linearMotion(); + //- Destructor + virtual ~linearMotion(); // Member Functions diff --git a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/multiMotion/multiMotion.H b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/multiMotion/multiMotion.H index 76b0e3164d..9d009feffb 100644 --- a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/multiMotion/multiMotion.H +++ b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/multiMotion/multiMotion.H @@ -85,9 +85,8 @@ public: ); - // Destructor - - virtual ~multiMotion(); + //- Destructor + virtual ~multiMotion(); // Member Functions diff --git a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/oscillatingLinearMotion/oscillatingLinearMotion.H b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/oscillatingLinearMotion/oscillatingLinearMotion.H index dbfb3ffc9c..13961ff91a 100644 --- a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/oscillatingLinearMotion/oscillatingLinearMotion.H +++ b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/oscillatingLinearMotion/oscillatingLinearMotion.H @@ -88,9 +88,8 @@ public: ); - // Destructor - - virtual ~oscillatingLinearMotion(); + //- Destructor + virtual ~oscillatingLinearMotion(); // Member Functions diff --git a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/oscillatingRotatingMotion/oscillatingRotatingMotion.H b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/oscillatingRotatingMotion/oscillatingRotatingMotion.H index 52e6d36b76..00c3e60f1b 100644 --- a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/oscillatingRotatingMotion/oscillatingRotatingMotion.H +++ b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/oscillatingRotatingMotion/oscillatingRotatingMotion.H @@ -91,9 +91,8 @@ public: ); - // Destructor - - virtual ~oscillatingRotatingMotion(); + //- Destructor + virtual ~oscillatingRotatingMotion(); // Member Functions diff --git a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/rotatingMotion/rotatingMotion.H b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/rotatingMotion/rotatingMotion.H index ce86664c78..071e980498 100644 --- a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/rotatingMotion/rotatingMotion.H +++ b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/rotatingMotion/rotatingMotion.H @@ -89,9 +89,8 @@ public: ); - // Destructor - - virtual ~rotatingMotion(); + //- Destructor + virtual ~rotatingMotion(); // Member Functions diff --git a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/solidBodyMotionFunction/solidBodyMotionFunction.H b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/solidBodyMotionFunction/solidBodyMotionFunction.H index a343180f67..0f0bcb7787 100644 --- a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/solidBodyMotionFunction/solidBodyMotionFunction.H +++ b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/solidBodyMotionFunction/solidBodyMotionFunction.H @@ -117,9 +117,8 @@ public: ); - // Destructor - - virtual ~solidBodyMotionFunction(); + //- Destructor + virtual ~solidBodyMotionFunction(); // Member Functions diff --git a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/tabulated6DoFMotion/tabulated6DoFMotion.H b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/tabulated6DoFMotion/tabulated6DoFMotion.H index 0dcbc6c1d0..3ae0896272 100644 --- a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/tabulated6DoFMotion/tabulated6DoFMotion.H +++ b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/tabulated6DoFMotion/tabulated6DoFMotion.H @@ -101,9 +101,8 @@ public: ); - // Destructor - - virtual ~tabulated6DoFMotion(); + //- Destructor + virtual ~tabulated6DoFMotion(); // Member Functions diff --git a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFvMesh.H b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFvMesh.H index e73d3116a3..a82cec3ca0 100644 --- a/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFvMesh.H +++ b/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFvMesh.H @@ -87,9 +87,8 @@ public: solidBodyMotionFvMesh(const IOobject& io); - // Destructor - - ~solidBodyMotionFvMesh(); + //- Destructor + ~solidBodyMotionFvMesh(); // Member Functions diff --git a/src/dynamicFvMesh/staticFvMesh/staticFvMesh.H b/src/dynamicFvMesh/staticFvMesh/staticFvMesh.H index d00fa41341..a25879fe9d 100644 --- a/src/dynamicFvMesh/staticFvMesh/staticFvMesh.H +++ b/src/dynamicFvMesh/staticFvMesh/staticFvMesh.H @@ -71,9 +71,8 @@ public: staticFvMesh(const IOobject& io); - // Destructor - - ~staticFvMesh(); + //- Destructor + ~staticFvMesh(); // Member Functions diff --git a/src/dynamicMesh/attachDetach/attachDetach.H b/src/dynamicMesh/attachDetach/attachDetach.H index 2f36d05183..36c3d25252 100644 --- a/src/dynamicMesh/attachDetach/attachDetach.H +++ b/src/dynamicMesh/attachDetach/attachDetach.H @@ -171,9 +171,8 @@ public: ); - // Destructor - - virtual ~attachDetach(); + //- Destructor + virtual ~attachDetach(); // Member Functions diff --git a/src/dynamicMesh/boundaryMesh/boundaryMesh.H b/src/dynamicMesh/boundaryMesh/boundaryMesh.H index 6d234ea925..4b1ef66634 100644 --- a/src/dynamicMesh/boundaryMesh/boundaryMesh.H +++ b/src/dynamicMesh/boundaryMesh/boundaryMesh.H @@ -190,9 +190,8 @@ public: boundaryMesh(); - // Destructor - - ~boundaryMesh(); + //- Destructor + ~boundaryMesh(); void clearOut(); diff --git a/src/dynamicMesh/boundaryPatch/boundaryPatch.H b/src/dynamicMesh/boundaryPatch/boundaryPatch.H index e316ab86e6..1b83871607 100644 --- a/src/dynamicMesh/boundaryPatch/boundaryPatch.H +++ b/src/dynamicMesh/boundaryPatch/boundaryPatch.H @@ -89,9 +89,8 @@ public: autoPtr clone() const; - // Destructor - - ~boundaryPatch(); + //- Destructor + ~boundaryPatch(); // Member Functions diff --git a/src/dynamicMesh/fvMeshAdder/fvMeshAdder.H b/src/dynamicMesh/fvMeshAdder/fvMeshAdder.H index 8042ccda7d..04af5db48b 100644 --- a/src/dynamicMesh/fvMeshAdder/fvMeshAdder.H +++ b/src/dynamicMesh/fvMeshAdder/fvMeshAdder.H @@ -90,10 +90,9 @@ private: {} - // Destructor - - virtual ~directFvPatchFieldMapper() - {} + //- Destructor + virtual ~directFvPatchFieldMapper() + {} // Member Functions diff --git a/src/dynamicMesh/layerAdditionRemoval/layerAdditionRemoval.H b/src/dynamicMesh/layerAdditionRemoval/layerAdditionRemoval.H index 2b59c3fbfd..ce71525729 100644 --- a/src/dynamicMesh/layerAdditionRemoval/layerAdditionRemoval.H +++ b/src/dynamicMesh/layerAdditionRemoval/layerAdditionRemoval.H @@ -165,9 +165,8 @@ public: ); - // Destructor - - virtual ~layerAdditionRemoval(); + //- Destructor + virtual ~layerAdditionRemoval(); // Member Functions diff --git a/src/dynamicMesh/meshCut/cellCuts/cellCuts.H b/src/dynamicMesh/meshCut/cellCuts/cellCuts.H index 906d238886..be45a3c70d 100644 --- a/src/dynamicMesh/meshCut/cellCuts/cellCuts.H +++ b/src/dynamicMesh/meshCut/cellCuts/cellCuts.H @@ -520,9 +520,8 @@ public: ); - // Destructor - - ~cellCuts(); + //- Destructor + ~cellCuts(); //- Clear out demand driven storage void clearOut(); diff --git a/src/dynamicMesh/meshCut/cellLooper/cellLooper.H b/src/dynamicMesh/meshCut/cellLooper/cellLooper.H index e746859357..37defc1d63 100644 --- a/src/dynamicMesh/meshCut/cellLooper/cellLooper.H +++ b/src/dynamicMesh/meshCut/cellLooper/cellLooper.H @@ -160,9 +160,8 @@ public: ); - // Destructor - - virtual ~cellLooper(); + //- Destructor + virtual ~cellLooper(); // Member Functions diff --git a/src/dynamicMesh/meshCut/cellLooper/geomCellLooper.H b/src/dynamicMesh/meshCut/cellLooper/geomCellLooper.H index 9914bd1c6b..eb6b24e429 100644 --- a/src/dynamicMesh/meshCut/cellLooper/geomCellLooper.H +++ b/src/dynamicMesh/meshCut/cellLooper/geomCellLooper.H @@ -146,9 +146,8 @@ public: geomCellLooper(const polyMesh& mesh); - // Destructor - - virtual ~geomCellLooper(); + //- Destructor + virtual ~geomCellLooper(); // Member Functions diff --git a/src/dynamicMesh/meshCut/cellLooper/hexCellLooper.H b/src/dynamicMesh/meshCut/cellLooper/hexCellLooper.H index 7b7faf8682..8e869e9287 100644 --- a/src/dynamicMesh/meshCut/cellLooper/hexCellLooper.H +++ b/src/dynamicMesh/meshCut/cellLooper/hexCellLooper.H @@ -116,9 +116,8 @@ public: hexCellLooper(const polyMesh& mesh); - // Destructor - - virtual ~hexCellLooper(); + //- Destructor + virtual ~hexCellLooper(); // Member Functions diff --git a/src/dynamicMesh/meshCut/cellLooper/topoCellLooper.H b/src/dynamicMesh/meshCut/cellLooper/topoCellLooper.H index 120bc4918a..e747be6470 100644 --- a/src/dynamicMesh/meshCut/cellLooper/topoCellLooper.H +++ b/src/dynamicMesh/meshCut/cellLooper/topoCellLooper.H @@ -168,9 +168,8 @@ public: topoCellLooper(const polyMesh& mesh); - // Destructor - - virtual ~topoCellLooper(); + //- Destructor + virtual ~topoCellLooper(); // Member Functions diff --git a/src/dynamicMesh/meshCut/meshModifiers/boundaryCutter/boundaryCutter.H b/src/dynamicMesh/meshCut/meshModifiers/boundaryCutter/boundaryCutter.H index b8fe66430f..ca49c74f9b 100644 --- a/src/dynamicMesh/meshCut/meshModifiers/boundaryCutter/boundaryCutter.H +++ b/src/dynamicMesh/meshCut/meshModifiers/boundaryCutter/boundaryCutter.H @@ -128,9 +128,8 @@ public: boundaryCutter(const polyMesh& mesh); - // Destructor - - ~boundaryCutter(); + //- Destructor + ~boundaryCutter(); // Member Functions diff --git a/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.H b/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.H index fd34d689ba..981430e33f 100644 --- a/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.H +++ b/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.H @@ -274,9 +274,8 @@ public: meshCutter(const polyMesh& mesh); - // Destructor - - ~meshCutter(); + //- Destructor + ~meshCutter(); // Member Functions diff --git a/src/dynamicMesh/meshCut/meshModifiers/refinementIterator/refinementIterator.H b/src/dynamicMesh/meshCut/meshModifiers/refinementIterator/refinementIterator.H index a3335d0f22..a0e8fa03f0 100644 --- a/src/dynamicMesh/meshCut/meshModifiers/refinementIterator/refinementIterator.H +++ b/src/dynamicMesh/meshCut/meshModifiers/refinementIterator/refinementIterator.H @@ -101,9 +101,8 @@ public: ); - // Destructor - - ~refinementIterator(); + //- Destructor + ~refinementIterator(); // Member Functions diff --git a/src/dynamicMesh/meshCut/meshModifiers/undoableMeshCutter/undoableMeshCutter.H b/src/dynamicMesh/meshCut/meshModifiers/undoableMeshCutter/undoableMeshCutter.H index df188963b6..648d6461a6 100644 --- a/src/dynamicMesh/meshCut/meshModifiers/undoableMeshCutter/undoableMeshCutter.H +++ b/src/dynamicMesh/meshCut/meshModifiers/undoableMeshCutter/undoableMeshCutter.H @@ -149,9 +149,8 @@ public: undoableMeshCutter(const polyMesh& mesh, const bool undoable = true); - // Destructor - - ~undoableMeshCutter(); + //- Destructor + ~undoableMeshCutter(); // Member Functions diff --git a/src/dynamicMesh/meshCut/splitCell/splitCell.H b/src/dynamicMesh/meshCut/splitCell/splitCell.H index 7143ba2fcf..6595908a7f 100644 --- a/src/dynamicMesh/meshCut/splitCell/splitCell.H +++ b/src/dynamicMesh/meshCut/splitCell/splitCell.H @@ -83,9 +83,8 @@ public: splitCell(const label cellI, splitCell* parent); - // Destructor - - ~splitCell(); + //- Destructor + ~splitCell(); // Member Functions diff --git a/src/dynamicMesh/motionSmoother/motionSmoother.H b/src/dynamicMesh/motionSmoother/motionSmoother.H index 57522fd0e3..f5df37e677 100644 --- a/src/dynamicMesh/motionSmoother/motionSmoother.H +++ b/src/dynamicMesh/motionSmoother/motionSmoother.H @@ -305,9 +305,8 @@ public: ); - // Destructor - - ~motionSmoother(); + //- Destructor + ~motionSmoother(); // Member Functions diff --git a/src/dynamicMesh/motionSolver/motionSolver.H b/src/dynamicMesh/motionSolver/motionSolver.H index 5e125e05a5..44889d937f 100644 --- a/src/dynamicMesh/motionSolver/motionSolver.H +++ b/src/dynamicMesh/motionSolver/motionSolver.H @@ -97,9 +97,8 @@ public: motionSolver(const polyMesh& mesh); - // Destructor - - virtual ~motionSolver(); + //- Destructor + virtual ~motionSolver(); // Member Functions diff --git a/src/dynamicMesh/perfectInterface/perfectInterface.H b/src/dynamicMesh/perfectInterface/perfectInterface.H index a1423b5b77..f133842b3f 100644 --- a/src/dynamicMesh/perfectInterface/perfectInterface.H +++ b/src/dynamicMesh/perfectInterface/perfectInterface.H @@ -114,9 +114,8 @@ public: ); - // Destructor - - virtual ~perfectInterface(); + //- Destructor + virtual ~perfectInterface(); // Member Functions diff --git a/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.H b/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.H index 613b915b2a..d2fbdf3ec5 100644 --- a/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.H +++ b/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.H @@ -419,9 +419,8 @@ public: ); - // Destructor - - ~faceCoupleInfo(); + //- Destructor + ~faceCoupleInfo(); diff --git a/src/dynamicMesh/polyTopoChange/attachPolyTopoChanger/attachPolyTopoChanger.H b/src/dynamicMesh/polyTopoChange/attachPolyTopoChanger/attachPolyTopoChanger.H index c9d61357a9..b39ebd3bd4 100644 --- a/src/dynamicMesh/polyTopoChange/attachPolyTopoChanger/attachPolyTopoChanger.H +++ b/src/dynamicMesh/polyTopoChange/attachPolyTopoChanger/attachPolyTopoChanger.H @@ -83,10 +83,9 @@ public: explicit attachPolyTopoChanger(polyMesh&); - // Destructor - - virtual ~attachPolyTopoChanger() - {} + //- Destructor + virtual ~attachPolyTopoChanger() + {} // Member Functions diff --git a/src/dynamicMesh/polyTopoChange/polyMeshModifier/polyMeshModifier.H b/src/dynamicMesh/polyTopoChange/polyMeshModifier/polyMeshModifier.H index 81300bba04..ad083ee42a 100644 --- a/src/dynamicMesh/polyTopoChange/polyMeshModifier/polyMeshModifier.H +++ b/src/dynamicMesh/polyTopoChange/polyMeshModifier/polyMeshModifier.H @@ -134,9 +134,8 @@ public: ); - // Destructor - - virtual ~polyMeshModifier(); + //- Destructor + virtual ~polyMeshModifier(); // Member Functions diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChange/topoAction/topoAction.H b/src/dynamicMesh/polyTopoChange/polyTopoChange/topoAction/topoAction.H index ca068eaf5e..09af23ae96 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChange/topoAction/topoAction.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChange/topoAction/topoAction.H @@ -66,10 +66,9 @@ public: virtual autoPtr clone() const = 0; - // Destructor - - virtual ~topoAction() - {} + //- Destructor + virtual ~topoAction() + {} }; diff --git a/src/dynamicMesh/polyTopoChange/polyTopoChanger/polyTopoChanger.H b/src/dynamicMesh/polyTopoChange/polyTopoChanger/polyTopoChanger.H index 71670a4850..8f9ad50a00 100644 --- a/src/dynamicMesh/polyTopoChange/polyTopoChanger/polyTopoChanger.H +++ b/src/dynamicMesh/polyTopoChange/polyTopoChanger/polyTopoChanger.H @@ -92,10 +92,9 @@ public: explicit polyTopoChanger(polyMesh&); - // Destructor - - virtual ~polyTopoChanger() - {} + //- Destructor + virtual ~polyTopoChanger() + {} // Member functions diff --git a/src/dynamicMesh/polyTopoChange/repatchPolyTopoChanger/repatchPolyTopoChanger.H b/src/dynamicMesh/polyTopoChange/repatchPolyTopoChanger/repatchPolyTopoChanger.H index 1158ee6906..0353c4b0c2 100644 --- a/src/dynamicMesh/polyTopoChange/repatchPolyTopoChanger/repatchPolyTopoChanger.H +++ b/src/dynamicMesh/polyTopoChange/repatchPolyTopoChanger/repatchPolyTopoChanger.H @@ -80,10 +80,9 @@ public: explicit repatchPolyTopoChanger(polyMesh& mesh); - // Destructor - - virtual ~repatchPolyTopoChanger() - {} + //- Destructor + virtual ~repatchPolyTopoChanger() + {} // Member Functions diff --git a/src/dynamicMesh/setUpdater/setUpdater.H b/src/dynamicMesh/setUpdater/setUpdater.H index 7ff6c9edb9..648155b915 100644 --- a/src/dynamicMesh/setUpdater/setUpdater.H +++ b/src/dynamicMesh/setUpdater/setUpdater.H @@ -83,9 +83,8 @@ public: ); - // Destructor - - virtual ~setUpdater(); + //- Destructor + virtual ~setUpdater(); // Member Functions diff --git a/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatch.H b/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatch.H index 7c98aec450..7c3649aad7 100644 --- a/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatch.H +++ b/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatch.H @@ -204,9 +204,8 @@ public: ); - // Destructor - - ~enrichedPatch(); + //- Destructor + ~enrichedPatch(); // Member Functions diff --git a/src/dynamicMesh/slidingInterface/slidingInterface.H b/src/dynamicMesh/slidingInterface/slidingInterface.H index beccc89f6e..8058d5d4a4 100644 --- a/src/dynamicMesh/slidingInterface/slidingInterface.H +++ b/src/dynamicMesh/slidingInterface/slidingInterface.H @@ -340,9 +340,8 @@ public: ); - // Destructor - - virtual ~slidingInterface(); + //- Destructor + virtual ~slidingInterface(); // Member Functions diff --git a/src/edgeMesh/edgeFormats/nas/NASedgeFormat.H b/src/edgeMesh/edgeFormats/nas/NASedgeFormat.H index 8f16a2ee81..bf834be3da 100644 --- a/src/edgeMesh/edgeFormats/nas/NASedgeFormat.H +++ b/src/edgeMesh/edgeFormats/nas/NASedgeFormat.H @@ -82,10 +82,9 @@ public: } - // Destructor - - virtual ~NASedgeFormat() - {} + //- Destructor + virtual ~NASedgeFormat() + {} // Member Functions diff --git a/src/edgeMesh/edgeFormats/obj/OBJedgeFormat.H b/src/edgeMesh/edgeFormats/obj/OBJedgeFormat.H index 694922c094..dec85d6cd9 100644 --- a/src/edgeMesh/edgeFormats/obj/OBJedgeFormat.H +++ b/src/edgeMesh/edgeFormats/obj/OBJedgeFormat.H @@ -86,10 +86,9 @@ public: } - // Destructor - - virtual ~OBJedgeFormat() - {} + //- Destructor + virtual ~OBJedgeFormat() + {} // Member Functions diff --git a/src/engine/engineMesh/engineMesh/engineMesh.H b/src/engine/engineMesh/engineMesh/engineMesh.H index 724edbac98..7eaa3afb29 100644 --- a/src/engine/engineMesh/engineMesh/engineMesh.H +++ b/src/engine/engineMesh/engineMesh/engineMesh.H @@ -106,9 +106,8 @@ public: static autoPtr New(const IOobject& io); - // Destructor - - virtual ~engineMesh(); + //- Destructor + virtual ~engineMesh(); // Member Functions diff --git a/src/engine/engineMesh/fvMotionSolverEngineMesh/fvMotionSolverEngineMesh.H b/src/engine/engineMesh/fvMotionSolverEngineMesh/fvMotionSolverEngineMesh.H index ef16f0f1aa..343295b6fc 100644 --- a/src/engine/engineMesh/fvMotionSolverEngineMesh/fvMotionSolverEngineMesh.H +++ b/src/engine/engineMesh/fvMotionSolverEngineMesh/fvMotionSolverEngineMesh.H @@ -82,9 +82,8 @@ public: fvMotionSolverEngineMesh(const IOobject& io); - // Destructor - - ~fvMotionSolverEngineMesh(); + //- Destructor + ~fvMotionSolverEngineMesh(); // Member Functions diff --git a/src/engine/engineMesh/layeredEngineMesh/layeredEngineMesh.H b/src/engine/engineMesh/layeredEngineMesh/layeredEngineMesh.H index 881e4d07b3..2d32a7944c 100644 --- a/src/engine/engineMesh/layeredEngineMesh/layeredEngineMesh.H +++ b/src/engine/engineMesh/layeredEngineMesh/layeredEngineMesh.H @@ -77,9 +77,8 @@ public: layeredEngineMesh(const IOobject& io); - // Destructor - - ~layeredEngineMesh(); + //- Destructor + ~layeredEngineMesh(); // Member Functions diff --git a/src/engine/engineMesh/staticEngineMesh/staticEngineMesh.H b/src/engine/engineMesh/staticEngineMesh/staticEngineMesh.H index 272c9a1137..9dd9b50f2c 100644 --- a/src/engine/engineMesh/staticEngineMesh/staticEngineMesh.H +++ b/src/engine/engineMesh/staticEngineMesh/staticEngineMesh.H @@ -71,9 +71,8 @@ public: staticEngineMesh(const IOobject& io); - // Destructor - - ~staticEngineMesh(); + //- Destructor + ~staticEngineMesh(); // Member Functions diff --git a/src/engine/engineTime/engineTime.H b/src/engine/engineTime/engineTime.H index cef172e902..fd349c7ae2 100644 --- a/src/engine/engineTime/engineTime.H +++ b/src/engine/engineTime/engineTime.H @@ -110,10 +110,9 @@ public: const fileName& dictName = "engineGeometry" ); - // Destructor - - virtual ~engineTime() - {} + //- Destructor + virtual ~engineTime() + {} // Member Functions diff --git a/src/errorEstimation/errorDrivenRefinement/errorDrivenRefinement.H b/src/errorEstimation/errorDrivenRefinement/errorDrivenRefinement.H index 53a225fb7a..1cf3a7b853 100644 --- a/src/errorEstimation/errorDrivenRefinement/errorDrivenRefinement.H +++ b/src/errorEstimation/errorDrivenRefinement/errorDrivenRefinement.H @@ -89,9 +89,8 @@ public: ); - // Destructor - - virtual ~errorDrivenRefinement(); + //- Destructor + virtual ~errorDrivenRefinement(); // Member Functions diff --git a/src/errorEstimation/errorEstimate/errorEstimate.H b/src/errorEstimation/errorEstimate/errorEstimate.H index 2e1a7ec54e..9626b97629 100644 --- a/src/errorEstimation/errorEstimate/errorEstimate.H +++ b/src/errorEstimation/errorEstimate/errorEstimate.H @@ -94,9 +94,8 @@ public: errorEstimate(const errorEstimate&); - // Destructor - - ~errorEstimate(); + //- Destructor + ~errorEstimate(); // Member Functions diff --git a/src/finiteVolume/cfdTools/general/SRF/SRFModel/SRFModel/SRFModel.H b/src/finiteVolume/cfdTools/general/SRF/SRFModel/SRFModel/SRFModel.H index 195d65dbe6..b8bfefa28f 100644 --- a/src/finiteVolume/cfdTools/general/SRF/SRFModel/SRFModel/SRFModel.H +++ b/src/finiteVolume/cfdTools/general/SRF/SRFModel/SRFModel/SRFModel.H @@ -135,9 +135,8 @@ public: ); - // Destructor - - virtual ~SRFModel(); + //- Destructor + virtual ~SRFModel(); // Member Functions diff --git a/src/finiteVolume/cfdTools/general/SRF/SRFModel/rpm/rpm.H b/src/finiteVolume/cfdTools/general/SRF/SRFModel/rpm/rpm.H index 99034170da..c2959275b3 100644 --- a/src/finiteVolume/cfdTools/general/SRF/SRFModel/rpm/rpm.H +++ b/src/finiteVolume/cfdTools/general/SRF/SRFModel/rpm/rpm.H @@ -81,9 +81,8 @@ public: rpm(const volVectorField& U); - // Destructor - - ~rpm(); + //- Destructor + ~rpm(); // Member functions diff --git a/src/finiteVolume/fields/fvPatchFields/basic/sliced/slicedFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/basic/sliced/slicedFvPatchField.H index 75746e1228..c991551b78 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/sliced/slicedFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/basic/sliced/slicedFvPatchField.H @@ -119,9 +119,8 @@ public: ) const; - // Destructor - - virtual ~slicedFvPatchField(); + //- Destructor + virtual ~slicedFvPatchField(); // Member functions diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchField.H index 4986b103ef..306dbeb438 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchField.H @@ -132,9 +132,8 @@ public: } - // Destructor - - ~processorFvPatchField(); + //- Destructor + ~processorFvPatchField(); // Member functions diff --git a/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchField.H b/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchField.H index 1ea0489637..1a8720af06 100644 --- a/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchField.H @@ -254,10 +254,9 @@ public: ); - // Destructor - - virtual ~fvPatchField() - {} + //- Destructor + virtual ~fvPatchField() + {} // Member functions diff --git a/src/finiteVolume/fields/fvsPatchFields/basic/sliced/slicedFvsPatchField.H b/src/finiteVolume/fields/fvsPatchFields/basic/sliced/slicedFvsPatchField.H index d22a936f7f..be3b7c37b6 100644 --- a/src/finiteVolume/fields/fvsPatchFields/basic/sliced/slicedFvsPatchField.H +++ b/src/finiteVolume/fields/fvsPatchFields/basic/sliced/slicedFvsPatchField.H @@ -119,9 +119,8 @@ public: ) const; - // Destructor - - virtual ~slicedFvsPatchField(); + //- Destructor + virtual ~slicedFvsPatchField(); // Member functions diff --git a/src/finiteVolume/fields/fvsPatchFields/constraint/processor/processorFvsPatchField.H b/src/finiteVolume/fields/fvsPatchFields/constraint/processor/processorFvsPatchField.H index 453f1f36b4..c77420531a 100644 --- a/src/finiteVolume/fields/fvsPatchFields/constraint/processor/processorFvsPatchField.H +++ b/src/finiteVolume/fields/fvsPatchFields/constraint/processor/processorFvsPatchField.H @@ -130,9 +130,8 @@ public: } - // Destructor - - ~processorFvsPatchField(); + //- Destructor + ~processorFvsPatchField(); // Member functions diff --git a/src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchField.H b/src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchField.H index ef3b0ad166..b98fdcd453 100644 --- a/src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchField.H +++ b/src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchField.H @@ -244,10 +244,9 @@ public: ); - // Destructor - - virtual ~fvsPatchField() - {} + //- Destructor + virtual ~fvsPatchField() + {} // Member functions diff --git a/src/finiteVolume/finiteVolume/convectionSchemes/convectionScheme/convectionScheme.H b/src/finiteVolume/finiteVolume/convectionSchemes/convectionScheme/convectionScheme.H index c09b03c1f8..405a4da9ef 100644 --- a/src/finiteVolume/finiteVolume/convectionSchemes/convectionScheme/convectionScheme.H +++ b/src/finiteVolume/finiteVolume/convectionSchemes/convectionScheme/convectionScheme.H @@ -147,9 +147,8 @@ public: ); - // Destructor - - virtual ~convectionScheme(); + //- Destructor + virtual ~convectionScheme(); // Member Functions diff --git a/src/finiteVolume/finiteVolume/d2dt2Schemes/d2dt2Scheme/d2dt2Scheme.H b/src/finiteVolume/finiteVolume/d2dt2Schemes/d2dt2Scheme/d2dt2Scheme.H index aefe24fb66..a5ab514607 100644 --- a/src/finiteVolume/finiteVolume/d2dt2Schemes/d2dt2Scheme/d2dt2Scheme.H +++ b/src/finiteVolume/finiteVolume/d2dt2Schemes/d2dt2Scheme/d2dt2Scheme.H @@ -126,9 +126,8 @@ public: ); - // Destructor - - virtual ~d2dt2Scheme(); + //- Destructor + virtual ~d2dt2Scheme(); // Member Functions diff --git a/src/finiteVolume/finiteVolume/ddtSchemes/ddtScheme/ddtScheme.H b/src/finiteVolume/finiteVolume/ddtSchemes/ddtScheme/ddtScheme.H index 0c8bf6c4b4..0d421572c9 100644 --- a/src/finiteVolume/finiteVolume/ddtSchemes/ddtScheme/ddtScheme.H +++ b/src/finiteVolume/finiteVolume/ddtSchemes/ddtScheme/ddtScheme.H @@ -126,9 +126,8 @@ public: ); - // Destructor - - virtual ~ddtScheme(); + //- Destructor + virtual ~ddtScheme(); // Member Functions diff --git a/src/finiteVolume/finiteVolume/divSchemes/divScheme/divScheme.H b/src/finiteVolume/finiteVolume/divSchemes/divScheme/divScheme.H index 26a5cbff6c..affa31e39c 100644 --- a/src/finiteVolume/finiteVolume/divSchemes/divScheme/divScheme.H +++ b/src/finiteVolume/finiteVolume/divSchemes/divScheme/divScheme.H @@ -129,9 +129,8 @@ public: ); - // Destructor - - virtual ~divScheme(); + //- Destructor + virtual ~divScheme(); // Member Functions diff --git a/src/finiteVolume/finiteVolume/gradSchemes/extendedLeastSquaresGrad/extendedLeastSquaresVectors.H b/src/finiteVolume/finiteVolume/gradSchemes/extendedLeastSquaresGrad/extendedLeastSquaresVectors.H index 0ebded6f52..785f1c4a51 100644 --- a/src/finiteVolume/finiteVolume/gradSchemes/extendedLeastSquaresGrad/extendedLeastSquaresVectors.H +++ b/src/finiteVolume/finiteVolume/gradSchemes/extendedLeastSquaresGrad/extendedLeastSquaresVectors.H @@ -88,9 +88,8 @@ public: ); - // Destructor - - virtual ~extendedLeastSquaresVectors(); + //- Destructor + virtual ~extendedLeastSquaresVectors(); // Member functions diff --git a/src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresVectors.H b/src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresVectors.H index 2d052b46b7..bc98a619df 100644 --- a/src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresVectors.H +++ b/src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresVectors.H @@ -78,9 +78,8 @@ public: explicit leastSquaresVectors(const fvMesh&); - // Destructor - - virtual ~leastSquaresVectors(); + //- Destructor + virtual ~leastSquaresVectors(); // Member functions diff --git a/src/finiteVolume/finiteVolume/laplacianSchemes/gaussLaplacianScheme/gaussLaplacianScheme.H b/src/finiteVolume/finiteVolume/laplacianSchemes/gaussLaplacianScheme/gaussLaplacianScheme.H index 6bdb300c35..7dea92b4d5 100644 --- a/src/finiteVolume/finiteVolume/laplacianSchemes/gaussLaplacianScheme/gaussLaplacianScheme.H +++ b/src/finiteVolume/finiteVolume/laplacianSchemes/gaussLaplacianScheme/gaussLaplacianScheme.H @@ -109,10 +109,9 @@ public: {} - // Destructor - - virtual ~gaussLaplacianScheme() - {} + //- Destructor + virtual ~gaussLaplacianScheme() + {} // Member Functions diff --git a/src/finiteVolume/finiteVolume/laplacianSchemes/laplacianScheme/laplacianScheme.H b/src/finiteVolume/finiteVolume/laplacianSchemes/laplacianScheme/laplacianScheme.H index acb085a4c3..0033c3f96b 100644 --- a/src/finiteVolume/finiteVolume/laplacianSchemes/laplacianScheme/laplacianScheme.H +++ b/src/finiteVolume/finiteVolume/laplacianSchemes/laplacianScheme/laplacianScheme.H @@ -156,9 +156,8 @@ public: ); - // Destructor - - virtual ~laplacianScheme(); + //- Destructor + virtual ~laplacianScheme(); // Member Functions diff --git a/src/finiteVolume/finiteVolume/snGradSchemes/correctedSnGrad/correctedSnGrad.H b/src/finiteVolume/finiteVolume/snGradSchemes/correctedSnGrad/correctedSnGrad.H index 10dbc9dce7..a4ce513153 100644 --- a/src/finiteVolume/finiteVolume/snGradSchemes/correctedSnGrad/correctedSnGrad.H +++ b/src/finiteVolume/finiteVolume/snGradSchemes/correctedSnGrad/correctedSnGrad.H @@ -84,9 +84,8 @@ public: {} - // Destructor - - virtual ~correctedSnGrad(); + //- Destructor + virtual ~correctedSnGrad(); // Member Functions diff --git a/src/finiteVolume/finiteVolume/snGradSchemes/limitedSnGrad/limitedSnGrad.H b/src/finiteVolume/finiteVolume/snGradSchemes/limitedSnGrad/limitedSnGrad.H index d70cfd5dd4..fdbc29855d 100644 --- a/src/finiteVolume/finiteVolume/snGradSchemes/limitedSnGrad/limitedSnGrad.H +++ b/src/finiteVolume/finiteVolume/snGradSchemes/limitedSnGrad/limitedSnGrad.H @@ -108,9 +108,8 @@ public: } - // Destructor - - virtual ~limitedSnGrad(); + //- Destructor + virtual ~limitedSnGrad(); // Member Functions diff --git a/src/finiteVolume/finiteVolume/snGradSchemes/quadraticFitSnGrad/quadraticFitSnGrad.H b/src/finiteVolume/finiteVolume/snGradSchemes/quadraticFitSnGrad/quadraticFitSnGrad.H index 402ade64c7..e837cd22e3 100644 --- a/src/finiteVolume/finiteVolume/snGradSchemes/quadraticFitSnGrad/quadraticFitSnGrad.H +++ b/src/finiteVolume/finiteVolume/snGradSchemes/quadraticFitSnGrad/quadraticFitSnGrad.H @@ -97,9 +97,8 @@ public: {} - // Destructor - - virtual ~quadraticFitSnGrad() {} + //- Destructor + virtual ~quadraticFitSnGrad() {} // Member Functions diff --git a/src/finiteVolume/finiteVolume/snGradSchemes/quadraticFitSnGrad/quadraticFitSnGradData.H b/src/finiteVolume/finiteVolume/snGradSchemes/quadraticFitSnGrad/quadraticFitSnGradData.H index 46d9c3b759..45cda21107 100644 --- a/src/finiteVolume/finiteVolume/snGradSchemes/quadraticFitSnGrad/quadraticFitSnGradData.H +++ b/src/finiteVolume/finiteVolume/snGradSchemes/quadraticFitSnGrad/quadraticFitSnGradData.H @@ -97,10 +97,9 @@ public: ); - // Destructor - - virtual ~quadraticFitSnGradData() - {}; + //- Destructor + virtual ~quadraticFitSnGradData() + {}; // Member functions diff --git a/src/finiteVolume/finiteVolume/snGradSchemes/snGradScheme/snGradScheme.H b/src/finiteVolume/finiteVolume/snGradSchemes/snGradScheme/snGradScheme.H index fc85304826..fef3c41832 100644 --- a/src/finiteVolume/finiteVolume/snGradSchemes/snGradScheme/snGradScheme.H +++ b/src/finiteVolume/finiteVolume/snGradSchemes/snGradScheme/snGradScheme.H @@ -111,9 +111,8 @@ public: ); - // Destructor - - virtual ~snGradScheme(); + //- Destructor + virtual ~snGradScheme(); // Member Functions diff --git a/src/finiteVolume/finiteVolume/snGradSchemes/uncorrectedSnGrad/uncorrectedSnGrad.H b/src/finiteVolume/finiteVolume/snGradSchemes/uncorrectedSnGrad/uncorrectedSnGrad.H index 733920c6ea..5ea5858196 100644 --- a/src/finiteVolume/finiteVolume/snGradSchemes/uncorrectedSnGrad/uncorrectedSnGrad.H +++ b/src/finiteVolume/finiteVolume/snGradSchemes/uncorrectedSnGrad/uncorrectedSnGrad.H @@ -84,9 +84,8 @@ public: {} - // Destructor - - virtual ~uncorrectedSnGrad(); + //- Destructor + virtual ~uncorrectedSnGrad(); // Member Functions diff --git a/src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.H b/src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.H index ad70ea1ef0..748d713a35 100644 --- a/src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.H +++ b/src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.H @@ -253,9 +253,8 @@ public: fvMatrix(const GeometricField&, Istream&); - // Destructor - - virtual ~fvMatrix(); + //- Destructor + virtual ~fvMatrix(); // Member functions diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCECCellToFaceStencilObject.H b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCECCellToFaceStencilObject.H index 246b8038f6..6a9ed1427c 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCECCellToFaceStencilObject.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCECCellToFaceStencilObject.H @@ -76,10 +76,9 @@ public: } - // Destructor - - virtual ~centredCECCellToFaceStencilObject() - {} + //- Destructor + virtual ~centredCECCellToFaceStencilObject() + {} }; diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCPCCellToFaceStencilObject.H b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCPCCellToFaceStencilObject.H index db5118cb76..30e0f47f5e 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCPCCellToFaceStencilObject.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCPCCellToFaceStencilObject.H @@ -76,10 +76,9 @@ public: } - // Destructor - - virtual ~centredCPCCellToFaceStencilObject() - {} + //- Destructor + virtual ~centredCPCCellToFaceStencilObject() + {} }; diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredFECCellToFaceStencilObject.H b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredFECCellToFaceStencilObject.H index 2e4be9b242..91c78f0747 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredFECCellToFaceStencilObject.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredFECCellToFaceStencilObject.H @@ -76,10 +76,9 @@ public: } - // Destructor - - virtual ~centredFECCellToFaceStencilObject() - {} + //- Destructor + virtual ~centredFECCellToFaceStencilObject() + {} }; diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/pureUpwindCFCCellToFaceStencilObject.H b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/pureUpwindCFCCellToFaceStencilObject.H index 1df77bab41..51262a1d9d 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/pureUpwindCFCCellToFaceStencilObject.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/pureUpwindCFCCellToFaceStencilObject.H @@ -76,10 +76,9 @@ public: } - // Destructor - - virtual ~pureUpwindCFCCellToFaceStencilObject() - {} + //- Destructor + virtual ~pureUpwindCFCCellToFaceStencilObject() + {} }; diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCECCellToFaceStencilObject.H b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCECCellToFaceStencilObject.H index 73451fad10..4c11e0c4fe 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCECCellToFaceStencilObject.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCECCellToFaceStencilObject.H @@ -83,10 +83,9 @@ public: } - // Destructor - - virtual ~upwindCECCellToFaceStencilObject() - {} + //- Destructor + virtual ~upwindCECCellToFaceStencilObject() + {} }; diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCFCCellToFaceStencilObject.H b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCFCCellToFaceStencilObject.H index 7ea2dd5378..921b165b2c 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCFCCellToFaceStencilObject.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCFCCellToFaceStencilObject.H @@ -83,10 +83,9 @@ public: } - // Destructor - - virtual ~upwindCFCCellToFaceStencilObject() - {} + //- Destructor + virtual ~upwindCFCCellToFaceStencilObject() + {} }; diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCPCCellToFaceStencilObject.H b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCPCCellToFaceStencilObject.H index de4502e805..68de8643f2 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCPCCellToFaceStencilObject.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCPCCellToFaceStencilObject.H @@ -83,10 +83,9 @@ public: } - // Destructor - - virtual ~upwindCPCCellToFaceStencilObject() - {} + //- Destructor + virtual ~upwindCPCCellToFaceStencilObject() + {} }; diff --git a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindFECCellToFaceStencilObject.H b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindFECCellToFaceStencilObject.H index fe97d52a41..e91c7b06ab 100644 --- a/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindFECCellToFaceStencilObject.H +++ b/src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindFECCellToFaceStencilObject.H @@ -83,10 +83,9 @@ public: } - // Destructor - - virtual ~upwindFECCellToFaceStencilObject() - {} + //- Destructor + virtual ~upwindFECCellToFaceStencilObject() + {} }; diff --git a/src/finiteVolume/fvMesh/fvMesh.H b/src/finiteVolume/fvMesh/fvMesh.H index 772c30cf9a..68ca4eeed9 100644 --- a/src/finiteVolume/fvMesh/fvMesh.H +++ b/src/finiteVolume/fvMesh/fvMesh.H @@ -197,9 +197,8 @@ public: ); - // Destructor - - virtual ~fvMesh(); + //- Destructor + virtual ~fvMesh(); // Member Functions diff --git a/src/finiteVolume/fvMesh/fvMeshLduAddressing.H b/src/finiteVolume/fvMesh/fvMeshLduAddressing.H index a66d58a2e2..803a568ead 100644 --- a/src/finiteVolume/fvMesh/fvMeshLduAddressing.H +++ b/src/finiteVolume/fvMesh/fvMeshLduAddressing.H @@ -102,10 +102,9 @@ public: } - // Destructor - - ~fvMeshLduAddressing() - {} + //- Destructor + ~fvMeshLduAddressing() + {} // Member Functions diff --git a/src/finiteVolume/fvMesh/fvMeshMapper/fvPatchMapper.H b/src/finiteVolume/fvMesh/fvMeshMapper/fvPatchMapper.H index 55addf7351..3cf3baad24 100644 --- a/src/finiteVolume/fvMesh/fvMeshMapper/fvPatchMapper.H +++ b/src/finiteVolume/fvMesh/fvMeshMapper/fvPatchMapper.H @@ -114,9 +114,8 @@ public: ); - // Destructor - - virtual ~fvPatchMapper(); + //- Destructor + virtual ~fvPatchMapper(); // Member Functions diff --git a/src/finiteVolume/fvMesh/fvMeshMapper/fvSurfaceMapper.H b/src/finiteVolume/fvMesh/fvMeshMapper/fvSurfaceMapper.H index 46e88167fd..5260c91032 100644 --- a/src/finiteVolume/fvMesh/fvMeshMapper/fvSurfaceMapper.H +++ b/src/finiteVolume/fvMesh/fvMeshMapper/fvSurfaceMapper.H @@ -109,9 +109,8 @@ public: ); - // Destructor - - virtual ~fvSurfaceMapper(); + //- Destructor + virtual ~fvSurfaceMapper(); // Member Functions diff --git a/src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubset.H b/src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubset.H index 18609a236c..1c881f8dea 100644 --- a/src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubset.H +++ b/src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubset.H @@ -93,10 +93,9 @@ public: directAddressing_(directAddressing) {} - // Destructor - - virtual ~patchFieldSubset() - {} + //- Destructor + virtual ~patchFieldSubset() + {} // Member Functions @@ -135,10 +134,9 @@ public: directAddressing_(directAddressing) {} - // Destructor - - virtual ~pointPatchFieldSubset() - {} + //- Destructor + virtual ~pointPatchFieldSubset() + {} // Member Functions diff --git a/src/finiteVolume/fvMesh/fvPatches/basic/coupled/coupledFvPatch.H b/src/finiteVolume/fvMesh/fvPatches/basic/coupled/coupledFvPatch.H index 1ebfe11bc2..013c3aa2ac 100644 --- a/src/finiteVolume/fvMesh/fvPatches/basic/coupled/coupledFvPatch.H +++ b/src/finiteVolume/fvMesh/fvPatches/basic/coupled/coupledFvPatch.H @@ -89,9 +89,8 @@ public: {} - // Destructor - - virtual ~coupledFvPatch(); + //- Destructor + virtual ~coupledFvPatch(); // Member Functions diff --git a/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatch.H b/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatch.H index 8bb0cf0cd4..1b57ab0601 100644 --- a/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatch.H +++ b/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatch.H @@ -131,9 +131,8 @@ public: static autoPtr New(const polyPatch&, const fvBoundaryMesh&); - // Destructor - - virtual ~fvPatch(); + //- Destructor + virtual ~fvPatch(); // Member Functions diff --git a/src/finiteVolume/fvMesh/wallDist/nearWallDist.H b/src/finiteVolume/fvMesh/wallDist/nearWallDist.H index 326e1d1f79..205adb71ae 100644 --- a/src/finiteVolume/fvMesh/wallDist/nearWallDist.H +++ b/src/finiteVolume/fvMesh/wallDist/nearWallDist.H @@ -80,9 +80,8 @@ public: nearWallDist(const fvMesh& mesh); - // Destructor - - virtual ~nearWallDist(); + //- Destructor + virtual ~nearWallDist(); // Member Functions diff --git a/src/finiteVolume/fvMesh/wallDist/nearWallDistNoSearch.H b/src/finiteVolume/fvMesh/wallDist/nearWallDistNoSearch.H index 57f230a2cf..30e7abfd52 100644 --- a/src/finiteVolume/fvMesh/wallDist/nearWallDistNoSearch.H +++ b/src/finiteVolume/fvMesh/wallDist/nearWallDistNoSearch.H @@ -80,9 +80,8 @@ public: nearWallDistNoSearch(const fvMesh& mesh); - // Destructor - - virtual ~nearWallDistNoSearch(); + //- Destructor + virtual ~nearWallDistNoSearch(); // Member Functions diff --git a/src/finiteVolume/fvMesh/wallDist/wallDist.H b/src/finiteVolume/fvMesh/wallDist/wallDist.H index 6c899965ea..5528707780 100644 --- a/src/finiteVolume/fvMesh/wallDist/wallDist.H +++ b/src/finiteVolume/fvMesh/wallDist/wallDist.H @@ -113,9 +113,8 @@ public: wallDist(const fvMesh& mesh, bool correctWalls = true); - // Destructor - - virtual ~wallDist(); + //- Destructor + virtual ~wallDist(); // Member Functions diff --git a/src/finiteVolume/fvMesh/wallDist/wallDistData.H b/src/finiteVolume/fvMesh/wallDist/wallDistData.H index e3f8d04881..102a76998b 100644 --- a/src/finiteVolume/fvMesh/wallDist/wallDistData.H +++ b/src/finiteVolume/fvMesh/wallDist/wallDistData.H @@ -103,9 +103,8 @@ public: ); - // Destructor - - virtual ~wallDistData(); + //- Destructor + virtual ~wallDistData(); // Member Functions diff --git a/src/finiteVolume/interpolation/interpolation/interpolation/interpolation.H b/src/finiteVolume/interpolation/interpolation/interpolation/interpolation.H index 25d209e80d..c82eadbe87 100644 --- a/src/finiteVolume/interpolation/interpolation/interpolation/interpolation.H +++ b/src/finiteVolume/interpolation/interpolation/interpolation/interpolation.H @@ -113,10 +113,9 @@ public: ); - // Destructor - - virtual ~interpolation() - {} + //- Destructor + virtual ~interpolation() + {} // Member Functions diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedSurfaceInterpolationScheme/limitedSurfaceInterpolationScheme.H b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedSurfaceInterpolationScheme/limitedSurfaceInterpolationScheme.H index d2f953238a..d945c8864a 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedSurfaceInterpolationScheme/limitedSurfaceInterpolationScheme.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedSurfaceInterpolationScheme/limitedSurfaceInterpolationScheme.H @@ -156,9 +156,8 @@ public: ); - // Destructor - - virtual ~limitedSurfaceInterpolationScheme(); + //- Destructor + virtual ~limitedSurfaceInterpolationScheme(); // Member Functions diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSurfaceInterpolationScheme/multivariateSurfaceInterpolationScheme.H b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSurfaceInterpolationScheme/multivariateSurfaceInterpolationScheme.H index 43ff440955..45cd10d3db 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSurfaceInterpolationScheme/multivariateSurfaceInterpolationScheme.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSurfaceInterpolationScheme/multivariateSurfaceInterpolationScheme.H @@ -142,9 +142,8 @@ public: ); - // Destructor - - virtual ~multivariateSurfaceInterpolationScheme(); + //- Destructor + virtual ~multivariateSurfaceInterpolationScheme(); // Member Functions diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/skewCorrected/skewCorrectionVectors.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/skewCorrected/skewCorrectionVectors.H index 9806b348ae..c20ae3ab14 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/skewCorrected/skewCorrectionVectors.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/skewCorrected/skewCorrectionVectors.H @@ -76,9 +76,8 @@ public: explicit skewCorrectionVectors(const fvMesh& mesh); - // Destructor - - virtual ~skewCorrectionVectors(); + //- Destructor + virtual ~skewCorrectionVectors(); // Member functions diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolation.H b/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolation.H index d3380c1c1c..3acac2b2d6 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolation.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolation.H @@ -106,9 +106,8 @@ public: explicit surfaceInterpolation(const fvMesh&); - // Destructor - - ~surfaceInterpolation(); + //- Destructor + ~surfaceInterpolation(); // Member functions diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolationScheme/surfaceInterpolationScheme.H b/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolationScheme/surfaceInterpolationScheme.H index 26cee56de0..90cd007b63 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolationScheme/surfaceInterpolationScheme.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolationScheme/surfaceInterpolationScheme.H @@ -133,9 +133,8 @@ public: ); - // Destructor - - virtual ~surfaceInterpolationScheme(); + //- Destructor + virtual ~surfaceInterpolationScheme(); // Member Functions diff --git a/src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolation.H b/src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolation.H index cc4a515381..fb46d50a87 100644 --- a/src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolation.H +++ b/src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolation.H @@ -152,9 +152,8 @@ public: explicit volPointInterpolation(const fvMesh&); - // Destructor - - ~volPointInterpolation(); + //- Destructor + ~volPointInterpolation(); // Member functions diff --git a/src/fvMotionSolver/fvMotionSolvers/displacement/SBRStress/displacementSBRStressFvMotionSolver.H b/src/fvMotionSolver/fvMotionSolvers/displacement/SBRStress/displacementSBRStressFvMotionSolver.H index 094c815a32..ffa5334127 100644 --- a/src/fvMotionSolver/fvMotionSolvers/displacement/SBRStress/displacementSBRStressFvMotionSolver.H +++ b/src/fvMotionSolver/fvMotionSolvers/displacement/SBRStress/displacementSBRStressFvMotionSolver.H @@ -94,9 +94,8 @@ public: ); - // Destructor - - ~displacementSBRStressFvMotionSolver(); + //- Destructor + ~displacementSBRStressFvMotionSolver(); // Member Functions diff --git a/src/fvMotionSolver/fvMotionSolvers/displacement/componentLaplacian/displacementComponentLaplacianFvMotionSolver.H b/src/fvMotionSolver/fvMotionSolvers/displacement/componentLaplacian/displacementComponentLaplacianFvMotionSolver.H index 36cadb837e..7aac7096da 100644 --- a/src/fvMotionSolver/fvMotionSolvers/displacement/componentLaplacian/displacementComponentLaplacianFvMotionSolver.H +++ b/src/fvMotionSolver/fvMotionSolvers/displacement/componentLaplacian/displacementComponentLaplacianFvMotionSolver.H @@ -114,9 +114,8 @@ public: ); - // Destructor - - ~displacementComponentLaplacianFvMotionSolver(); + //- Destructor + ~displacementComponentLaplacianFvMotionSolver(); // Member Functions diff --git a/src/fvMotionSolver/fvMotionSolvers/displacement/displacementFvMotionSolver/displacementFvMotionSolver.H b/src/fvMotionSolver/fvMotionSolvers/displacement/displacementFvMotionSolver/displacementFvMotionSolver.H index 125a868caa..14b2bd1986 100644 --- a/src/fvMotionSolver/fvMotionSolvers/displacement/displacementFvMotionSolver/displacementFvMotionSolver.H +++ b/src/fvMotionSolver/fvMotionSolvers/displacement/displacementFvMotionSolver/displacementFvMotionSolver.H @@ -84,9 +84,8 @@ public: ); - // Destructor - - ~displacementFvMotionSolver(); + //- Destructor + ~displacementFvMotionSolver(); // Member Functions diff --git a/src/fvMotionSolver/fvMotionSolvers/displacement/interpolation/displacementInterpolationFvMotionSolver.H b/src/fvMotionSolver/fvMotionSolvers/displacement/interpolation/displacementInterpolationFvMotionSolver.H index 399a9b99ce..3c4f626889 100644 --- a/src/fvMotionSolver/fvMotionSolvers/displacement/interpolation/displacementInterpolationFvMotionSolver.H +++ b/src/fvMotionSolver/fvMotionSolvers/displacement/interpolation/displacementInterpolationFvMotionSolver.H @@ -119,9 +119,8 @@ public: ); - // Destructor - - ~displacementInterpolationFvMotionSolver(); + //- Destructor + ~displacementInterpolationFvMotionSolver(); // Member Functions diff --git a/src/fvMotionSolver/fvMotionSolvers/displacement/laplacian/displacementLaplacianFvMotionSolver.H b/src/fvMotionSolver/fvMotionSolvers/displacement/laplacian/displacementLaplacianFvMotionSolver.H index a66dc0b1e5..55cd442b95 100644 --- a/src/fvMotionSolver/fvMotionSolvers/displacement/laplacian/displacementLaplacianFvMotionSolver.H +++ b/src/fvMotionSolver/fvMotionSolvers/displacement/laplacian/displacementLaplacianFvMotionSolver.H @@ -102,9 +102,8 @@ public: ); - // Destructor - - ~displacementLaplacianFvMotionSolver(); + //- Destructor + ~displacementLaplacianFvMotionSolver(); // Member Functions diff --git a/src/fvMotionSolver/fvMotionSolvers/displacement/layeredSolver/displacementLayeredMotionFvMotionSolver.H b/src/fvMotionSolver/fvMotionSolvers/displacement/layeredSolver/displacementLayeredMotionFvMotionSolver.H index 4c6fdb6cc1..0fa540d3dd 100644 --- a/src/fvMotionSolver/fvMotionSolvers/displacement/layeredSolver/displacementLayeredMotionFvMotionSolver.H +++ b/src/fvMotionSolver/fvMotionSolvers/displacement/layeredSolver/displacementLayeredMotionFvMotionSolver.H @@ -145,9 +145,8 @@ public: ); - // Destructor - - ~displacementLayeredMotionFvMotionSolver(); + //- Destructor + ~displacementLayeredMotionFvMotionSolver(); // Member Functions diff --git a/src/fvMotionSolver/fvMotionSolvers/fvMotionSolver/fvMotionSolver.H b/src/fvMotionSolver/fvMotionSolvers/fvMotionSolver/fvMotionSolver.H index dd6fbe6c7e..6cc71bf355 100644 --- a/src/fvMotionSolver/fvMotionSolvers/fvMotionSolver/fvMotionSolver.H +++ b/src/fvMotionSolver/fvMotionSolvers/fvMotionSolver/fvMotionSolver.H @@ -90,9 +90,8 @@ public: fvMotionSolver(const polyMesh& mesh); - // Destructor - - virtual ~fvMotionSolver(); + //- Destructor + virtual ~fvMotionSolver(); // Member Functions diff --git a/src/fvMotionSolver/fvMotionSolvers/velocity/componentLaplacian/velocityComponentLaplacianFvMotionSolver.H b/src/fvMotionSolver/fvMotionSolvers/velocity/componentLaplacian/velocityComponentLaplacianFvMotionSolver.H index 8dd8a98a16..f20423e932 100644 --- a/src/fvMotionSolver/fvMotionSolvers/velocity/componentLaplacian/velocityComponentLaplacianFvMotionSolver.H +++ b/src/fvMotionSolver/fvMotionSolvers/velocity/componentLaplacian/velocityComponentLaplacianFvMotionSolver.H @@ -100,9 +100,8 @@ public: ); - // Destructor - - ~velocityComponentLaplacianFvMotionSolver(); + //- Destructor + ~velocityComponentLaplacianFvMotionSolver(); // Member Functions diff --git a/src/fvMotionSolver/fvMotionSolvers/velocity/laplacian/velocityLaplacianFvMotionSolver.H b/src/fvMotionSolver/fvMotionSolvers/velocity/laplacian/velocityLaplacianFvMotionSolver.H index fa31853737..bab48d1db2 100644 --- a/src/fvMotionSolver/fvMotionSolvers/velocity/laplacian/velocityLaplacianFvMotionSolver.H +++ b/src/fvMotionSolver/fvMotionSolvers/velocity/laplacian/velocityLaplacianFvMotionSolver.H @@ -94,9 +94,8 @@ public: ); - // Destructor - - ~velocityLaplacianFvMotionSolver(); + //- Destructor + ~velocityLaplacianFvMotionSolver(); // Member Functions diff --git a/src/fvMotionSolver/motionDiffusivity/directional/directionalDiffusivity.H b/src/fvMotionSolver/motionDiffusivity/directional/directionalDiffusivity.H index 08472e02f6..789f51987c 100644 --- a/src/fvMotionSolver/motionDiffusivity/directional/directionalDiffusivity.H +++ b/src/fvMotionSolver/motionDiffusivity/directional/directionalDiffusivity.H @@ -80,9 +80,8 @@ public: ); - // Destructor - - virtual ~directionalDiffusivity(); + //- Destructor + virtual ~directionalDiffusivity(); // Member Functions diff --git a/src/fvMotionSolver/motionDiffusivity/file/fileDiffusivity.H b/src/fvMotionSolver/motionDiffusivity/file/fileDiffusivity.H index 2f89d9d2b4..c22170b045 100644 --- a/src/fvMotionSolver/motionDiffusivity/file/fileDiffusivity.H +++ b/src/fvMotionSolver/motionDiffusivity/file/fileDiffusivity.H @@ -86,9 +86,8 @@ public: ); - // Destructor - - virtual ~fileDiffusivity(); + //- Destructor + virtual ~fileDiffusivity(); // Member Functions diff --git a/src/fvMotionSolver/motionDiffusivity/inverseDistance/inverseDistanceDiffusivity.H b/src/fvMotionSolver/motionDiffusivity/inverseDistance/inverseDistanceDiffusivity.H index a02cd90112..6fc24af870 100644 --- a/src/fvMotionSolver/motionDiffusivity/inverseDistance/inverseDistanceDiffusivity.H +++ b/src/fvMotionSolver/motionDiffusivity/inverseDistance/inverseDistanceDiffusivity.H @@ -86,9 +86,8 @@ public: ); - // Destructor - - virtual ~inverseDistanceDiffusivity(); + //- Destructor + virtual ~inverseDistanceDiffusivity(); // Member Functions diff --git a/src/fvMotionSolver/motionDiffusivity/inverseFaceDistance/inverseFaceDistanceDiffusivity.H b/src/fvMotionSolver/motionDiffusivity/inverseFaceDistance/inverseFaceDistanceDiffusivity.H index 7aba8045a7..11aee5a400 100644 --- a/src/fvMotionSolver/motionDiffusivity/inverseFaceDistance/inverseFaceDistanceDiffusivity.H +++ b/src/fvMotionSolver/motionDiffusivity/inverseFaceDistance/inverseFaceDistanceDiffusivity.H @@ -81,9 +81,8 @@ public: ); - // Destructor - - virtual ~inverseFaceDistanceDiffusivity(); + //- Destructor + virtual ~inverseFaceDistanceDiffusivity(); // Member Functions diff --git a/src/fvMotionSolver/motionDiffusivity/inversePointDistance/inversePointDistanceDiffusivity.H b/src/fvMotionSolver/motionDiffusivity/inversePointDistance/inversePointDistanceDiffusivity.H index 928a7bf15c..f874a4edbf 100644 --- a/src/fvMotionSolver/motionDiffusivity/inversePointDistance/inversePointDistanceDiffusivity.H +++ b/src/fvMotionSolver/motionDiffusivity/inversePointDistance/inversePointDistanceDiffusivity.H @@ -81,9 +81,8 @@ public: ); - // Destructor - - virtual ~inversePointDistanceDiffusivity(); + //- Destructor + virtual ~inversePointDistanceDiffusivity(); // Member Functions diff --git a/src/fvMotionSolver/motionDiffusivity/inverseVolume/inverseVolumeDiffusivity.H b/src/fvMotionSolver/motionDiffusivity/inverseVolume/inverseVolumeDiffusivity.H index 3c1d129fa5..5d5918f681 100644 --- a/src/fvMotionSolver/motionDiffusivity/inverseVolume/inverseVolumeDiffusivity.H +++ b/src/fvMotionSolver/motionDiffusivity/inverseVolume/inverseVolumeDiffusivity.H @@ -75,9 +75,8 @@ public: ); - // Destructor - - virtual ~inverseVolumeDiffusivity(); + //- Destructor + virtual ~inverseVolumeDiffusivity(); // Member Functions diff --git a/src/fvMotionSolver/motionDiffusivity/manipulators/exponential/exponentialDiffusivity.H b/src/fvMotionSolver/motionDiffusivity/manipulators/exponential/exponentialDiffusivity.H index e919a01c6d..387d4f23b9 100644 --- a/src/fvMotionSolver/motionDiffusivity/manipulators/exponential/exponentialDiffusivity.H +++ b/src/fvMotionSolver/motionDiffusivity/manipulators/exponential/exponentialDiffusivity.H @@ -82,9 +82,8 @@ public: ); - // Destructor - - virtual ~exponentialDiffusivity(); + //- Destructor + virtual ~exponentialDiffusivity(); // Member Functions diff --git a/src/fvMotionSolver/motionDiffusivity/manipulators/quadratic/quadraticDiffusivity.H b/src/fvMotionSolver/motionDiffusivity/manipulators/quadratic/quadraticDiffusivity.H index 6e799874c5..5706c28250 100644 --- a/src/fvMotionSolver/motionDiffusivity/manipulators/quadratic/quadraticDiffusivity.H +++ b/src/fvMotionSolver/motionDiffusivity/manipulators/quadratic/quadraticDiffusivity.H @@ -81,9 +81,8 @@ public: ); - // Destructor - - virtual ~quadraticDiffusivity(); + //- Destructor + virtual ~quadraticDiffusivity(); // Member Functions diff --git a/src/fvMotionSolver/motionDiffusivity/motionDiffusivity/motionDiffusivity.H b/src/fvMotionSolver/motionDiffusivity/motionDiffusivity/motionDiffusivity.H index 028a4bcdb2..68b0d5d67c 100644 --- a/src/fvMotionSolver/motionDiffusivity/motionDiffusivity/motionDiffusivity.H +++ b/src/fvMotionSolver/motionDiffusivity/motionDiffusivity/motionDiffusivity.H @@ -91,9 +91,8 @@ public: motionDiffusivity(const fvMotionSolver& mSolver); - // Destructor - - virtual ~motionDiffusivity(); + //- Destructor + virtual ~motionDiffusivity(); // Member Functions diff --git a/src/fvMotionSolver/motionDiffusivity/motionDirectional/motionDirectionalDiffusivity.H b/src/fvMotionSolver/motionDiffusivity/motionDirectional/motionDirectionalDiffusivity.H index 54505bcca3..912166b94d 100644 --- a/src/fvMotionSolver/motionDiffusivity/motionDirectional/motionDirectionalDiffusivity.H +++ b/src/fvMotionSolver/motionDiffusivity/motionDirectional/motionDirectionalDiffusivity.H @@ -80,9 +80,8 @@ public: ); - // Destructor - - virtual ~motionDirectionalDiffusivity(); + //- Destructor + virtual ~motionDirectionalDiffusivity(); // Member Functions diff --git a/src/fvMotionSolver/motionDiffusivity/uniform/uniformDiffusivity.H b/src/fvMotionSolver/motionDiffusivity/uniform/uniformDiffusivity.H index 9552ced835..fe3125be2e 100644 --- a/src/fvMotionSolver/motionDiffusivity/uniform/uniformDiffusivity.H +++ b/src/fvMotionSolver/motionDiffusivity/uniform/uniformDiffusivity.H @@ -86,9 +86,8 @@ public: ); - // Destructor - - virtual ~uniformDiffusivity(); + //- Destructor + virtual ~uniformDiffusivity(); // Member Functions diff --git a/src/lagrangian/dieselSpray/spray/spray.H b/src/lagrangian/dieselSpray/spray/spray.H index db9d84c7f8..8879ae2e7d 100644 --- a/src/lagrangian/dieselSpray/spray/spray.H +++ b/src/lagrangian/dieselSpray/spray/spray.H @@ -198,9 +198,8 @@ public: ); - // Destructor - - ~spray(); + //- Destructor + ~spray(); // Member Functions diff --git a/src/lagrangian/dieselSpray/spraySubModels/breakupModel/noBreakup/noBreakup.H b/src/lagrangian/dieselSpray/spraySubModels/breakupModel/noBreakup/noBreakup.H index fe27140feb..5c836f2eaf 100644 --- a/src/lagrangian/dieselSpray/spraySubModels/breakupModel/noBreakup/noBreakup.H +++ b/src/lagrangian/dieselSpray/spraySubModels/breakupModel/noBreakup/noBreakup.H @@ -64,7 +64,7 @@ public: noBreakup(const dictionary& dict, spray& sm); - // Destructor + //- Destructor virtual ~noBreakup(); diff --git a/src/lagrangian/dsmc/submodels/BinaryCollisionModel/BinaryCollisionModel/BinaryCollisionModel.H b/src/lagrangian/dsmc/submodels/BinaryCollisionModel/BinaryCollisionModel/BinaryCollisionModel.H index bd18ee452a..6343f44c28 100644 --- a/src/lagrangian/dsmc/submodels/BinaryCollisionModel/BinaryCollisionModel/BinaryCollisionModel.H +++ b/src/lagrangian/dsmc/submodels/BinaryCollisionModel/BinaryCollisionModel/BinaryCollisionModel.H @@ -94,7 +94,7 @@ public: ); - // Destructor + //- Destructor virtual ~BinaryCollisionModel(); diff --git a/src/lagrangian/dsmc/submodels/BinaryCollisionModel/LarsenBorgnakkeVariableHardSphere/LarsenBorgnakkeVariableHardSphere.H b/src/lagrangian/dsmc/submodels/BinaryCollisionModel/LarsenBorgnakkeVariableHardSphere/LarsenBorgnakkeVariableHardSphere.H index 66e35350a4..ffa6533b50 100644 --- a/src/lagrangian/dsmc/submodels/BinaryCollisionModel/LarsenBorgnakkeVariableHardSphere/LarsenBorgnakkeVariableHardSphere.H +++ b/src/lagrangian/dsmc/submodels/BinaryCollisionModel/LarsenBorgnakkeVariableHardSphere/LarsenBorgnakkeVariableHardSphere.H @@ -83,7 +83,7 @@ public: ); - // Destructor + //- Destructor virtual ~LarsenBorgnakkeVariableHardSphere(); diff --git a/src/lagrangian/dsmc/submodels/BinaryCollisionModel/VariableHardSphere/VariableHardSphere.H b/src/lagrangian/dsmc/submodels/BinaryCollisionModel/VariableHardSphere/VariableHardSphere.H index ad7d336e6c..a2477cc26b 100644 --- a/src/lagrangian/dsmc/submodels/BinaryCollisionModel/VariableHardSphere/VariableHardSphere.H +++ b/src/lagrangian/dsmc/submodels/BinaryCollisionModel/VariableHardSphere/VariableHardSphere.H @@ -68,7 +68,7 @@ public: ); - // Destructor + //- Destructor virtual ~VariableHardSphere(); diff --git a/src/lagrangian/dsmc/submodels/InflowBoundaryModel/FreeStream/FreeStream.H b/src/lagrangian/dsmc/submodels/InflowBoundaryModel/FreeStream/FreeStream.H index c3d20c584b..19726f5495 100644 --- a/src/lagrangian/dsmc/submodels/InflowBoundaryModel/FreeStream/FreeStream.H +++ b/src/lagrangian/dsmc/submodels/InflowBoundaryModel/FreeStream/FreeStream.H @@ -87,7 +87,7 @@ public: ); - // Destructor + //- Destructor virtual ~FreeStream(); diff --git a/src/lagrangian/dsmc/submodels/InflowBoundaryModel/NoInflow/NoInflow.H b/src/lagrangian/dsmc/submodels/InflowBoundaryModel/NoInflow/NoInflow.H index 260216f273..cb07db9aeb 100644 --- a/src/lagrangian/dsmc/submodels/InflowBoundaryModel/NoInflow/NoInflow.H +++ b/src/lagrangian/dsmc/submodels/InflowBoundaryModel/NoInflow/NoInflow.H @@ -63,7 +63,7 @@ public: ); - // Destructor + //- Destructor virtual ~NoInflow(); diff --git a/src/lagrangian/dsmc/submodels/WallInteractionModel/MaxwellianThermal/MaxwellianThermal.H b/src/lagrangian/dsmc/submodels/WallInteractionModel/MaxwellianThermal/MaxwellianThermal.H index 8ca5fb808e..dc5710f6c6 100644 --- a/src/lagrangian/dsmc/submodels/WallInteractionModel/MaxwellianThermal/MaxwellianThermal.H +++ b/src/lagrangian/dsmc/submodels/WallInteractionModel/MaxwellianThermal/MaxwellianThermal.H @@ -64,7 +64,7 @@ public: ); - // Destructor + //- Destructor virtual ~MaxwellianThermal(); diff --git a/src/lagrangian/dsmc/submodels/WallInteractionModel/MixedDiffuseSpecular/MixedDiffuseSpecular.H b/src/lagrangian/dsmc/submodels/WallInteractionModel/MixedDiffuseSpecular/MixedDiffuseSpecular.H index 57d0309ccf..c6d8f57277 100644 --- a/src/lagrangian/dsmc/submodels/WallInteractionModel/MixedDiffuseSpecular/MixedDiffuseSpecular.H +++ b/src/lagrangian/dsmc/submodels/WallInteractionModel/MixedDiffuseSpecular/MixedDiffuseSpecular.H @@ -70,7 +70,7 @@ public: ); - // Destructor + //- Destructor virtual ~MixedDiffuseSpecular(); diff --git a/src/lagrangian/dsmc/submodels/WallInteractionModel/SpecularReflection/SpecularReflection.H b/src/lagrangian/dsmc/submodels/WallInteractionModel/SpecularReflection/SpecularReflection.H index 6314b3edb9..23fe12b1f5 100644 --- a/src/lagrangian/dsmc/submodels/WallInteractionModel/SpecularReflection/SpecularReflection.H +++ b/src/lagrangian/dsmc/submodels/WallInteractionModel/SpecularReflection/SpecularReflection.H @@ -63,7 +63,7 @@ public: ); - // Destructor + //- Destructor virtual ~SpecularReflection(); diff --git a/src/lagrangian/dsmc/submodels/WallInteractionModel/WallInteractionModel/WallInteractionModel.H b/src/lagrangian/dsmc/submodels/WallInteractionModel/WallInteractionModel/WallInteractionModel.H index c638e6bdbb..dbf6eabb91 100644 --- a/src/lagrangian/dsmc/submodels/WallInteractionModel/WallInteractionModel/WallInteractionModel.H +++ b/src/lagrangian/dsmc/submodels/WallInteractionModel/WallInteractionModel/WallInteractionModel.H @@ -94,7 +94,7 @@ public: ); - // Destructor + //- Destructor virtual ~WallInteractionModel(); diff --git a/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/FieldActivatedInjection/FieldActivatedInjection.H b/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/FieldActivatedInjection/FieldActivatedInjection.H index ad71a5ea29..66949537ca 100644 --- a/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/FieldActivatedInjection/FieldActivatedInjection.H +++ b/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/FieldActivatedInjection/FieldActivatedInjection.H @@ -143,7 +143,7 @@ public: ); - // Destructor + //- Destructor virtual ~FieldActivatedInjection(); diff --git a/src/lagrangian/intermediate/submodels/addOns/radiation/absorptionEmission/cloudAbsorptionEmission/cloudAbsorptionEmission.H b/src/lagrangian/intermediate/submodels/addOns/radiation/absorptionEmission/cloudAbsorptionEmission/cloudAbsorptionEmission.H index 9a6c0c4234..a3ed290d02 100644 --- a/src/lagrangian/intermediate/submodels/addOns/radiation/absorptionEmission/cloudAbsorptionEmission/cloudAbsorptionEmission.H +++ b/src/lagrangian/intermediate/submodels/addOns/radiation/absorptionEmission/cloudAbsorptionEmission/cloudAbsorptionEmission.H @@ -73,7 +73,7 @@ public: cloudAbsorptionEmission(const dictionary& dict, const fvMesh& mesh); - // Destructor + //- Destructor virtual ~cloudAbsorptionEmission(); diff --git a/src/lagrangian/intermediate/submodels/addOns/radiation/scatter/cloudScatter/cloudScatter.H b/src/lagrangian/intermediate/submodels/addOns/radiation/scatter/cloudScatter/cloudScatter.H index c5d4171fa7..d4f87ee83b 100644 --- a/src/lagrangian/intermediate/submodels/addOns/radiation/scatter/cloudScatter/cloudScatter.H +++ b/src/lagrangian/intermediate/submodels/addOns/radiation/scatter/cloudScatter/cloudScatter.H @@ -77,7 +77,7 @@ public: ); - // Destructor + //- Destructor virtual ~cloudScatter(); diff --git a/src/lagrangian/molecularDynamics/molecularMeasurements/bufferedAccumulator/bufferedAccumulator.H b/src/lagrangian/molecularDynamics/molecularMeasurements/bufferedAccumulator/bufferedAccumulator.H index 428f4cd4fb..2725d87b93 100644 --- a/src/lagrangian/molecularDynamics/molecularMeasurements/bufferedAccumulator/bufferedAccumulator.H +++ b/src/lagrangian/molecularDynamics/molecularMeasurements/bufferedAccumulator/bufferedAccumulator.H @@ -106,9 +106,8 @@ public: bufferedAccumulator(const bufferedAccumulator&); - // Destructor - - ~bufferedAccumulator(); + //- Destructor + ~bufferedAccumulator(); // Member Functions diff --git a/src/lagrangian/molecularDynamics/molecularMeasurements/correlationFunction/correlationFunction.H b/src/lagrangian/molecularDynamics/molecularMeasurements/correlationFunction/correlationFunction.H index ad287fa522..9bf6d1442c 100644 --- a/src/lagrangian/molecularDynamics/molecularMeasurements/correlationFunction/correlationFunction.H +++ b/src/lagrangian/molecularDynamics/molecularMeasurements/correlationFunction/correlationFunction.H @@ -120,9 +120,8 @@ public: ); - // Destructor - - ~correlationFunction(); + //- Destructor + ~correlationFunction(); // Member Functions diff --git a/src/lagrangian/molecularDynamics/molecularMeasurements/distribution/distribution.H b/src/lagrangian/molecularDynamics/molecularMeasurements/distribution/distribution.H index 0b0570c6a8..e06962a661 100644 --- a/src/lagrangian/molecularDynamics/molecularMeasurements/distribution/distribution.H +++ b/src/lagrangian/molecularDynamics/molecularMeasurements/distribution/distribution.H @@ -87,9 +87,8 @@ public: distribution(const distribution&); - // Destructor - - virtual ~distribution(); + //- Destructor + virtual ~distribution(); // Member Functions diff --git a/src/lagrangian/molecularDynamics/molecule/interactionLists/directInteractionList/directInteractionList.H b/src/lagrangian/molecularDynamics/molecule/interactionLists/directInteractionList/directInteractionList.H index 4a984f4738..4583b84429 100644 --- a/src/lagrangian/molecularDynamics/molecule/interactionLists/directInteractionList/directInteractionList.H +++ b/src/lagrangian/molecularDynamics/molecule/interactionLists/directInteractionList/directInteractionList.H @@ -91,9 +91,8 @@ public: ); - // Destructor - - ~directInteractionList(); + //- Destructor + ~directInteractionList(); // Member Functions diff --git a/src/lagrangian/molecularDynamics/molecule/interactionLists/interactionLists.H b/src/lagrangian/molecularDynamics/molecule/interactionLists/interactionLists.H index 519934fef1..86caab7317 100644 --- a/src/lagrangian/molecularDynamics/molecule/interactionLists/interactionLists.H +++ b/src/lagrangian/molecularDynamics/molecule/interactionLists/interactionLists.H @@ -106,9 +106,8 @@ public: interactionLists(const polyMesh& mesh); - // Destructor - - ~interactionLists(); + //- Destructor + ~interactionLists(); // Member Functions diff --git a/src/lagrangian/molecularDynamics/molecule/interactionLists/referralLists/receivingReferralList.H b/src/lagrangian/molecularDynamics/molecule/interactionLists/referralLists/receivingReferralList.H index 092df7a4ba..048cb5c2e6 100644 --- a/src/lagrangian/molecularDynamics/molecule/interactionLists/referralLists/receivingReferralList.H +++ b/src/lagrangian/molecularDynamics/molecule/interactionLists/referralLists/receivingReferralList.H @@ -74,9 +74,8 @@ public: receivingReferralList(const receivingReferralList&); - // Destructor - - ~receivingReferralList(); + //- Destructor + ~receivingReferralList(); // Member Functions diff --git a/src/lagrangian/molecularDynamics/molecule/interactionLists/referralLists/sendingReferralList.H b/src/lagrangian/molecularDynamics/molecule/interactionLists/referralLists/sendingReferralList.H index 98d13b6dda..09beca12cd 100644 --- a/src/lagrangian/molecularDynamics/molecule/interactionLists/referralLists/sendingReferralList.H +++ b/src/lagrangian/molecularDynamics/molecule/interactionLists/referralLists/sendingReferralList.H @@ -74,9 +74,8 @@ public: sendingReferralList(const sendingReferralList&); - // Destructor - - ~sendingReferralList(); + //- Destructor + ~sendingReferralList(); // Member Functions diff --git a/src/lagrangian/molecularDynamics/molecule/interactionLists/referredCell/referredCell.H b/src/lagrangian/molecularDynamics/molecule/interactionLists/referredCell/referredCell.H index 4fd5262a8c..9c3b2004ca 100644 --- a/src/lagrangian/molecularDynamics/molecule/interactionLists/referredCell/referredCell.H +++ b/src/lagrangian/molecularDynamics/molecule/interactionLists/referredCell/referredCell.H @@ -162,9 +162,8 @@ public: ); - // Destructor - - virtual ~referredCell(); + //- Destructor + virtual ~referredCell(); // Member Functions diff --git a/src/lagrangian/molecularDynamics/molecule/interactionLists/referredCellList/referredCellList.H b/src/lagrangian/molecularDynamics/molecule/interactionLists/referredCellList/referredCellList.H index 9eca88877a..c3c099097c 100644 --- a/src/lagrangian/molecularDynamics/molecule/interactionLists/referredCellList/referredCellList.H +++ b/src/lagrangian/molecularDynamics/molecule/interactionLists/referredCellList/referredCellList.H @@ -82,9 +82,8 @@ public: referredCellList (interactionLists& il); - // Destructor - - ~referredCellList(); + //- Destructor + ~referredCellList(); // Member Functions diff --git a/src/lagrangian/molecularDynamics/molecule/interactionLists/referredMolecule/referredMolecule.H b/src/lagrangian/molecularDynamics/molecule/interactionLists/referredMolecule/referredMolecule.H index 59d25a0a2d..b318cec394 100644 --- a/src/lagrangian/molecularDynamics/molecule/interactionLists/referredMolecule/referredMolecule.H +++ b/src/lagrangian/molecularDynamics/molecule/interactionLists/referredMolecule/referredMolecule.H @@ -74,9 +74,8 @@ public: ); - // Destructor - - virtual ~referredMolecule(); + //- Destructor + virtual ~referredMolecule(); // Member Functions diff --git a/src/lagrangian/molecularDynamics/molecule/reducedUnits/reducedUnits.H b/src/lagrangian/molecularDynamics/molecule/reducedUnits/reducedUnits.H index 19e172d91d..698ef30701 100644 --- a/src/lagrangian/molecularDynamics/molecule/reducedUnits/reducedUnits.H +++ b/src/lagrangian/molecularDynamics/molecule/reducedUnits/reducedUnits.H @@ -120,9 +120,8 @@ public: reducedUnits(const IOdictionary& reducedUnitsDict); - // Destructor - - ~reducedUnits(); + //- Destructor + ~reducedUnits(); // Member Functions diff --git a/src/lagrangian/molecularDynamics/potential/electrostaticPotential/electrostaticPotential.H b/src/lagrangian/molecularDynamics/potential/electrostaticPotential/electrostaticPotential.H index 00107a7597..653d229b9b 100644 --- a/src/lagrangian/molecularDynamics/potential/electrostaticPotential/electrostaticPotential.H +++ b/src/lagrangian/molecularDynamics/potential/electrostaticPotential/electrostaticPotential.H @@ -61,10 +61,9 @@ public: electrostaticPotential(); - // Destructor - - ~electrostaticPotential() - {} + //- Destructor + ~electrostaticPotential() + {} // Member Functions diff --git a/src/lagrangian/molecularDynamics/potential/energyScalingFunction/basic/energyScalingFunction.H b/src/lagrangian/molecularDynamics/potential/energyScalingFunction/basic/energyScalingFunction.H index 64165c9cbb..227548b6ef 100644 --- a/src/lagrangian/molecularDynamics/potential/energyScalingFunction/basic/energyScalingFunction.H +++ b/src/lagrangian/molecularDynamics/potential/energyScalingFunction/basic/energyScalingFunction.H @@ -117,10 +117,9 @@ public: ); - // Destructor - - virtual ~energyScalingFunction() - {} + //- Destructor + virtual ~energyScalingFunction() + {} // Member Functions diff --git a/src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/doubleSigmoid/doubleSigmoid.H b/src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/doubleSigmoid/doubleSigmoid.H index 82dc72652e..11ccd2884d 100644 --- a/src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/doubleSigmoid/doubleSigmoid.H +++ b/src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/doubleSigmoid/doubleSigmoid.H @@ -89,10 +89,9 @@ public: ); - // Destructor - - ~doubleSigmoid() - {} + //- Destructor + ~doubleSigmoid() + {} // Member Functions diff --git a/src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/noScaling/noScaling.H b/src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/noScaling/noScaling.H index 96caa99066..67f8131957 100644 --- a/src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/noScaling/noScaling.H +++ b/src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/noScaling/noScaling.H @@ -70,10 +70,9 @@ public: ); - // Destructor - - ~noScaling() - {} + //- Destructor + ~noScaling() + {} // Member Functions diff --git a/src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/shifted/shifted.H b/src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/shifted/shifted.H index f00d0aee58..14ed2f8d74 100644 --- a/src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/shifted/shifted.H +++ b/src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/shifted/shifted.H @@ -74,10 +74,9 @@ public: ); - // Destructor - - ~shifted() - {} + //- Destructor + ~shifted() + {} // Member Functions diff --git a/src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/shiftedForce/shiftedForce.H b/src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/shiftedForce/shiftedForce.H index cb22fbe41f..0fa720703b 100644 --- a/src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/shiftedForce/shiftedForce.H +++ b/src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/shiftedForce/shiftedForce.H @@ -78,10 +78,9 @@ public: ); - // Destructor - - ~shiftedForce() - {} + //- Destructor + ~shiftedForce() + {} // Member Functions diff --git a/src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/sigmoid/sigmoid.H b/src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/sigmoid/sigmoid.H index d8b385df5f..ee2e9059c0 100644 --- a/src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/sigmoid/sigmoid.H +++ b/src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/sigmoid/sigmoid.H @@ -87,10 +87,9 @@ public: ); - // Destructor - - ~sigmoid() - {} + //- Destructor + ~sigmoid() + {} // Member Functions diff --git a/src/lagrangian/molecularDynamics/potential/pairPotential/basic/pairPotential.H b/src/lagrangian/molecularDynamics/potential/pairPotential/basic/pairPotential.H index 56766caab9..a7e8198a13 100644 --- a/src/lagrangian/molecularDynamics/potential/pairPotential/basic/pairPotential.H +++ b/src/lagrangian/molecularDynamics/potential/pairPotential/basic/pairPotential.H @@ -131,10 +131,9 @@ public: ); - // Destructor - - virtual ~pairPotential() - {} + //- Destructor + virtual ~pairPotential() + {} // Member Functions diff --git a/src/lagrangian/molecularDynamics/potential/pairPotential/derived/azizChen/azizChen.H b/src/lagrangian/molecularDynamics/potential/pairPotential/derived/azizChen/azizChen.H index b9331c3903..29dce7f4c4 100644 --- a/src/lagrangian/molecularDynamics/potential/pairPotential/derived/azizChen/azizChen.H +++ b/src/lagrangian/molecularDynamics/potential/pairPotential/derived/azizChen/azizChen.H @@ -101,10 +101,9 @@ public: ); - // Destructor - - ~azizChen() - {} + //- Destructor + ~azizChen() + {} // Member Functions diff --git a/src/lagrangian/molecularDynamics/potential/pairPotential/derived/coulomb/coulomb.H b/src/lagrangian/molecularDynamics/potential/pairPotential/derived/coulomb/coulomb.H index 4f61d3845c..2db8d3bde3 100644 --- a/src/lagrangian/molecularDynamics/potential/pairPotential/derived/coulomb/coulomb.H +++ b/src/lagrangian/molecularDynamics/potential/pairPotential/derived/coulomb/coulomb.H @@ -72,10 +72,9 @@ public: ); - // Destructor - - ~coulomb() - {} + //- Destructor + ~coulomb() + {} // Member Functions diff --git a/src/lagrangian/molecularDynamics/potential/pairPotential/derived/dampedCoulomb/dampedCoulomb.H b/src/lagrangian/molecularDynamics/potential/pairPotential/derived/dampedCoulomb/dampedCoulomb.H index 64a4addef7..7a0497a69e 100644 --- a/src/lagrangian/molecularDynamics/potential/pairPotential/derived/dampedCoulomb/dampedCoulomb.H +++ b/src/lagrangian/molecularDynamics/potential/pairPotential/derived/dampedCoulomb/dampedCoulomb.H @@ -80,10 +80,9 @@ public: ); - // Destructor - - ~dampedCoulomb() - {} + //- Destructor + ~dampedCoulomb() + {} // Member Functions diff --git a/src/lagrangian/molecularDynamics/potential/pairPotential/derived/exponentialRepulsion/exponentialRepulsion.H b/src/lagrangian/molecularDynamics/potential/pairPotential/derived/exponentialRepulsion/exponentialRepulsion.H index cc0eeeaf84..170d671221 100644 --- a/src/lagrangian/molecularDynamics/potential/pairPotential/derived/exponentialRepulsion/exponentialRepulsion.H +++ b/src/lagrangian/molecularDynamics/potential/pairPotential/derived/exponentialRepulsion/exponentialRepulsion.H @@ -76,10 +76,9 @@ public: ); - // Destructor - - ~exponentialRepulsion() - {} + //- Destructor + ~exponentialRepulsion() + {} // Member Functions diff --git a/src/lagrangian/molecularDynamics/potential/pairPotential/derived/lennardJones/lennardJones.H b/src/lagrangian/molecularDynamics/potential/pairPotential/derived/lennardJones/lennardJones.H index b03b4ecfbe..2b5a16c49b 100644 --- a/src/lagrangian/molecularDynamics/potential/pairPotential/derived/lennardJones/lennardJones.H +++ b/src/lagrangian/molecularDynamics/potential/pairPotential/derived/lennardJones/lennardJones.H @@ -76,10 +76,9 @@ public: ); - // Destructor - - ~lennardJones() - {} + //- Destructor + ~lennardJones() + {} // Member Functions diff --git a/src/lagrangian/molecularDynamics/potential/pairPotential/derived/maitlandSmith/maitlandSmith.H b/src/lagrangian/molecularDynamics/potential/pairPotential/derived/maitlandSmith/maitlandSmith.H index 79f937b4d0..bd76b8259b 100644 --- a/src/lagrangian/molecularDynamics/potential/pairPotential/derived/maitlandSmith/maitlandSmith.H +++ b/src/lagrangian/molecularDynamics/potential/pairPotential/derived/maitlandSmith/maitlandSmith.H @@ -104,10 +104,9 @@ public: ); - // Destructor - - ~maitlandSmith() - {} + //- Destructor + ~maitlandSmith() + {} // Member Functions diff --git a/src/lagrangian/molecularDynamics/potential/pairPotential/derived/noInteraction/noInteraction.H b/src/lagrangian/molecularDynamics/potential/pairPotential/derived/noInteraction/noInteraction.H index ebd51312fb..44a5ab87cc 100644 --- a/src/lagrangian/molecularDynamics/potential/pairPotential/derived/noInteraction/noInteraction.H +++ b/src/lagrangian/molecularDynamics/potential/pairPotential/derived/noInteraction/noInteraction.H @@ -69,10 +69,9 @@ public: ); - // Destructor - - ~noInteraction() - {} + //- Destructor + ~noInteraction() + {} // Member Functions diff --git a/src/lagrangian/molecularDynamics/potential/pairPotential/pairPotentialList/pairPotentialList.H b/src/lagrangian/molecularDynamics/potential/pairPotential/pairPotentialList/pairPotentialList.H index 191a92b1b2..8aed64aa5c 100644 --- a/src/lagrangian/molecularDynamics/potential/pairPotential/pairPotentialList/pairPotentialList.H +++ b/src/lagrangian/molecularDynamics/potential/pairPotential/pairPotentialList/pairPotentialList.H @@ -101,9 +101,8 @@ public: ); - // Destructor - - ~pairPotentialList(); + //- Destructor + ~pairPotentialList(); // Member Functions diff --git a/src/lagrangian/molecularDynamics/potential/potential/potential.H b/src/lagrangian/molecularDynamics/potential/potential/potential.H index ce9a661f8b..8ea0043784 100644 --- a/src/lagrangian/molecularDynamics/potential/potential/potential.H +++ b/src/lagrangian/molecularDynamics/potential/potential/potential.H @@ -109,9 +109,8 @@ public: ); - // Destructor - - ~potential(); + //- Destructor + ~potential(); // Member Functions diff --git a/src/lagrangian/molecularDynamics/potential/tetherPotential/basic/tetherPotential.H b/src/lagrangian/molecularDynamics/potential/tetherPotential/basic/tetherPotential.H index c2bc17220b..26d03fcf22 100644 --- a/src/lagrangian/molecularDynamics/potential/tetherPotential/basic/tetherPotential.H +++ b/src/lagrangian/molecularDynamics/potential/tetherPotential/basic/tetherPotential.H @@ -111,10 +111,9 @@ public: ); - // Destructor - - virtual ~tetherPotential() - {} + //- Destructor + virtual ~tetherPotential() + {} // Member Functions diff --git a/src/lagrangian/molecularDynamics/potential/tetherPotential/derived/harmonicSpring/harmonicSpring.H b/src/lagrangian/molecularDynamics/potential/tetherPotential/derived/harmonicSpring/harmonicSpring.H index 361547058f..c6f5eabca0 100644 --- a/src/lagrangian/molecularDynamics/potential/tetherPotential/derived/harmonicSpring/harmonicSpring.H +++ b/src/lagrangian/molecularDynamics/potential/tetherPotential/derived/harmonicSpring/harmonicSpring.H @@ -75,10 +75,9 @@ public: ); - // Destructor - - ~harmonicSpring() - {} + //- Destructor + ~harmonicSpring() + {} // Member Functions diff --git a/src/lagrangian/molecularDynamics/potential/tetherPotential/derived/pitchForkRing/pitchForkRing.H b/src/lagrangian/molecularDynamics/potential/tetherPotential/derived/pitchForkRing/pitchForkRing.H index cb854044db..297516301b 100644 --- a/src/lagrangian/molecularDynamics/potential/tetherPotential/derived/pitchForkRing/pitchForkRing.H +++ b/src/lagrangian/molecularDynamics/potential/tetherPotential/derived/pitchForkRing/pitchForkRing.H @@ -77,10 +77,9 @@ public: ); - // Destructor - - ~pitchForkRing() - {} + //- Destructor + ~pitchForkRing() + {} // Member Functions diff --git a/src/lagrangian/molecularDynamics/potential/tetherPotential/derived/restrainedHarmonicSpring/restrainedHarmonicSpring.H b/src/lagrangian/molecularDynamics/potential/tetherPotential/derived/restrainedHarmonicSpring/restrainedHarmonicSpring.H index 0a4c7375ac..258e04a6be 100644 --- a/src/lagrangian/molecularDynamics/potential/tetherPotential/derived/restrainedHarmonicSpring/restrainedHarmonicSpring.H +++ b/src/lagrangian/molecularDynamics/potential/tetherPotential/derived/restrainedHarmonicSpring/restrainedHarmonicSpring.H @@ -77,10 +77,9 @@ public: ); - // Destructor - - ~restrainedHarmonicSpring() - {} + //- Destructor + ~restrainedHarmonicSpring() + {} // Member Functions diff --git a/src/lagrangian/molecularDynamics/potential/tetherPotential/tetherPotentialList/tetherPotentialList.H b/src/lagrangian/molecularDynamics/potential/tetherPotential/tetherPotentialList/tetherPotentialList.H index a5899e57cd..1787092bf1 100644 --- a/src/lagrangian/molecularDynamics/potential/tetherPotential/tetherPotentialList/tetherPotentialList.H +++ b/src/lagrangian/molecularDynamics/potential/tetherPotential/tetherPotentialList/tetherPotentialList.H @@ -93,9 +93,8 @@ public: ); - // Destructor - - ~tetherPotentialList(); + //- Destructor + ~tetherPotentialList(); // Member Functions diff --git a/src/mesh/autoMesh/autoHexMesh/trackedParticle/ExactParticle.H b/src/mesh/autoMesh/autoHexMesh/trackedParticle/ExactParticle.H index 24ca20da1a..83f3a71533 100644 --- a/src/mesh/autoMesh/autoHexMesh/trackedParticle/ExactParticle.H +++ b/src/mesh/autoMesh/autoHexMesh/trackedParticle/ExactParticle.H @@ -123,10 +123,9 @@ public: }; - // Destructor - - virtual ~ExactParticle() - {} + //- Destructor + virtual ~ExactParticle() + {} // Member Functions diff --git a/src/mesh/blockMesh/block/block.H b/src/mesh/blockMesh/block/block.H index bdd555fb19..dcac3e9501 100644 --- a/src/mesh/blockMesh/block/block.H +++ b/src/mesh/blockMesh/block/block.H @@ -121,8 +121,7 @@ public: //- Destructor - - ~block(); + ~block(); // Member Functions diff --git a/src/mesh/blockMesh/blockDescriptor/blockDescriptor.H b/src/mesh/blockMesh/blockDescriptor/blockDescriptor.H index bcf3a1cf36..799383de3a 100644 --- a/src/mesh/blockMesh/blockDescriptor/blockDescriptor.H +++ b/src/mesh/blockMesh/blockDescriptor/blockDescriptor.H @@ -133,9 +133,8 @@ public: } - // Destructor - - ~blockDescriptor(); + //- Destructor + ~blockDescriptor(); // Member Functions diff --git a/src/mesh/blockMesh/blockMesh/blockMesh.H b/src/mesh/blockMesh/blockMesh/blockMesh.H index ab0ac66aae..4d1b1deb0a 100644 --- a/src/mesh/blockMesh/blockMesh/blockMesh.H +++ b/src/mesh/blockMesh/blockMesh/blockMesh.H @@ -133,9 +133,8 @@ public: blockMesh(IOdictionary&); - // Destructor - - ~blockMesh(); + //- Destructor + ~blockMesh(); // Member Functions diff --git a/src/mesh/blockMesh/curvedEdges/arcEdge.H b/src/mesh/blockMesh/curvedEdges/arcEdge.H index 51dcdf27e5..567431f510 100644 --- a/src/mesh/blockMesh/curvedEdges/arcEdge.H +++ b/src/mesh/blockMesh/curvedEdges/arcEdge.H @@ -89,9 +89,8 @@ public: arcEdge(const pointField& points, Istream&); - // Destructor - - virtual ~arcEdge(){} + //- Destructor + virtual ~arcEdge(){} // Member Functions diff --git a/src/mesh/blockMesh/curvedEdges/curvedEdge.H b/src/mesh/blockMesh/curvedEdges/curvedEdge.H index 2007f3509b..c7cf157e89 100644 --- a/src/mesh/blockMesh/curvedEdges/curvedEdge.H +++ b/src/mesh/blockMesh/curvedEdges/curvedEdge.H @@ -117,9 +117,8 @@ public: static autoPtr New(const pointField&, Istream&); - // Destructor - - virtual ~curvedEdge(){} + //- Destructor + virtual ~curvedEdge(){} // Member Functions diff --git a/src/meshTools/PointEdgeWave/PointEdgeWave.H b/src/meshTools/PointEdgeWave/PointEdgeWave.H index 326eeaad5e..a40edb3b83 100644 --- a/src/meshTools/PointEdgeWave/PointEdgeWave.H +++ b/src/meshTools/PointEdgeWave/PointEdgeWave.H @@ -279,9 +279,8 @@ public: ); - // Destructor - - ~PointEdgeWave(); + //- Destructor + ~PointEdgeWave(); // Member Functions diff --git a/src/meshTools/cellDist/patchWave/patchDataWave.H b/src/meshTools/cellDist/patchWave/patchDataWave.H index 5aec213dd0..548198b3b8 100644 --- a/src/meshTools/cellDist/patchWave/patchDataWave.H +++ b/src/meshTools/cellDist/patchWave/patchDataWave.H @@ -133,9 +133,8 @@ public: ); - // Destructor - - virtual ~patchDataWave(); + //- Destructor + virtual ~patchDataWave(); // Member Functions diff --git a/src/meshTools/cellDist/patchWave/patchWave.H b/src/meshTools/cellDist/patchWave/patchWave.H index 67e440c427..371e7a2c12 100644 --- a/src/meshTools/cellDist/patchWave/patchWave.H +++ b/src/meshTools/cellDist/patchWave/patchWave.H @@ -109,9 +109,8 @@ public: bool correctWalls = true ); - // Destructor - - virtual ~patchWave(); + //- Destructor + virtual ~patchWave(); // Member Functions diff --git a/src/meshTools/cellFeatures/cellFeatures.H b/src/meshTools/cellFeatures/cellFeatures.H index 7c0c235e96..84c8580a56 100644 --- a/src/meshTools/cellFeatures/cellFeatures.H +++ b/src/meshTools/cellFeatures/cellFeatures.H @@ -124,9 +124,8 @@ public: ); - // Destructor - - ~cellFeatures(); + //- Destructor + ~cellFeatures(); // Member Functions diff --git a/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H b/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H index 9f1a105255..9f47749882 100644 --- a/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H +++ b/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H @@ -158,10 +158,9 @@ public: ); - // Destructor - - virtual ~coordinateRotation() - {} + //- Destructor + virtual ~coordinateRotation() + {} // Member Functions diff --git a/src/meshTools/meshSearch/meshSearch.H b/src/meshTools/meshSearch/meshSearch.H index 15ead1d53b..dfaf71229b 100644 --- a/src/meshTools/meshSearch/meshSearch.H +++ b/src/meshTools/meshSearch/meshSearch.H @@ -168,9 +168,8 @@ public: meshSearch(const polyMesh& mesh, const bool faceDecomp = true); - // Destructor - - ~meshSearch(); + //- Destructor + ~meshSearch(); // Member Functions diff --git a/src/meshTools/octree/octree.H b/src/meshTools/octree/octree.H index 68262d19b4..5bf0a9a69c 100644 --- a/src/meshTools/octree/octree.H +++ b/src/meshTools/octree/octree.H @@ -212,9 +212,8 @@ public: ); - // Destructor - - ~octree(); + //- Destructor + ~octree(); // Member Functions diff --git a/src/meshTools/octree/octreeDataEdges.H b/src/meshTools/octree/octreeDataEdges.H index e262f611f9..07f3acea04 100644 --- a/src/meshTools/octree/octreeDataEdges.H +++ b/src/meshTools/octree/octreeDataEdges.H @@ -95,9 +95,8 @@ public: octreeDataEdges(const octreeDataEdges&); - // Destructor - - ~octreeDataEdges(); + //- Destructor + ~octreeDataEdges(); // Member Functions diff --git a/src/meshTools/octree/octreeDataFace.H b/src/meshTools/octree/octreeDataFace.H index 79f97e8737..8f041c7349 100644 --- a/src/meshTools/octree/octreeDataFace.H +++ b/src/meshTools/octree/octreeDataFace.H @@ -130,9 +130,8 @@ public: octreeDataFace(const octreeDataFace&); - // Destructor - - ~octreeDataFace(); + //- Destructor + ~octreeDataFace(); // Member Functions diff --git a/src/meshTools/octree/octreeLine.H b/src/meshTools/octree/octreeLine.H index b75198944b..99473aeac4 100644 --- a/src/meshTools/octree/octreeLine.H +++ b/src/meshTools/octree/octreeLine.H @@ -123,9 +123,8 @@ public: ); - // Destructor - - ~octreeLine(); + //- Destructor + ~octreeLine(); // Member Functions diff --git a/src/meshTools/octree/treeLeaf.H b/src/meshTools/octree/treeLeaf.H index f0de8ec75a..f5f3eb7cd1 100644 --- a/src/meshTools/octree/treeLeaf.H +++ b/src/meshTools/octree/treeLeaf.H @@ -113,9 +113,8 @@ public: treeLeaf(Istream&); - // Destructor - - ~treeLeaf(); + //- Destructor + ~treeLeaf(); // Member Functions diff --git a/src/meshTools/octree/treeNode.H b/src/meshTools/octree/treeNode.H index 12c33f1858..af888118e2 100644 --- a/src/meshTools/octree/treeNode.H +++ b/src/meshTools/octree/treeNode.H @@ -159,9 +159,8 @@ public: treeNode(Istream&); - // Destructor - - ~treeNode(); + //- Destructor + ~treeNode(); // Member Functions diff --git a/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H b/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H index bc3555d061..e061389f13 100644 --- a/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H +++ b/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H @@ -324,9 +324,8 @@ public: ); - // Destructor - - virtual ~distributedTriSurfaceMesh(); + //- Destructor + virtual ~distributedTriSurfaceMesh(); //- Clear storage void clearOut(); diff --git a/src/meshTools/searchableSurface/searchableBox.H b/src/meshTools/searchableSurface/searchableBox.H index b79b0dd98f..c4afd2bb4e 100644 --- a/src/meshTools/searchableSurface/searchableBox.H +++ b/src/meshTools/searchableSurface/searchableBox.H @@ -105,9 +105,8 @@ public: const dictionary& dict ); - // Destructor - - virtual ~searchableBox(); + //- Destructor + virtual ~searchableBox(); // Member Functions diff --git a/src/meshTools/searchableSurface/searchableCylinder.H b/src/meshTools/searchableSurface/searchableCylinder.H index 0ecc014c34..c08c4a828e 100644 --- a/src/meshTools/searchableSurface/searchableCylinder.H +++ b/src/meshTools/searchableSurface/searchableCylinder.H @@ -128,9 +128,8 @@ public: const dictionary& dict ); - // Destructor - - virtual ~searchableCylinder(); + //- Destructor + virtual ~searchableCylinder(); // Member Functions diff --git a/src/meshTools/searchableSurface/searchablePlane.H b/src/meshTools/searchableSurface/searchablePlane.H index 9260eb690d..686a1bfcfe 100644 --- a/src/meshTools/searchableSurface/searchablePlane.H +++ b/src/meshTools/searchableSurface/searchablePlane.H @@ -100,9 +100,8 @@ public: const dictionary& dict ); - // Destructor - - virtual ~searchablePlane(); + //- Destructor + virtual ~searchablePlane(); // Member Functions diff --git a/src/meshTools/searchableSurface/searchablePlate.H b/src/meshTools/searchableSurface/searchablePlate.H index 36eb3b910a..4b3dd4f737 100644 --- a/src/meshTools/searchableSurface/searchablePlate.H +++ b/src/meshTools/searchableSurface/searchablePlate.H @@ -123,9 +123,8 @@ public: const dictionary& dict ); - // Destructor - - virtual ~searchablePlate(); + //- Destructor + virtual ~searchablePlate(); // Member Functions diff --git a/src/meshTools/searchableSurface/searchableSphere.H b/src/meshTools/searchableSurface/searchableSphere.H index b97e0916e4..1765d1c698 100644 --- a/src/meshTools/searchableSurface/searchableSphere.H +++ b/src/meshTools/searchableSurface/searchableSphere.H @@ -111,9 +111,8 @@ public: const dictionary& dict ); - // Destructor - - virtual ~searchableSphere(); + //- Destructor + virtual ~searchableSphere(); // Member Functions diff --git a/src/meshTools/searchableSurface/searchableSurface.H b/src/meshTools/searchableSurface/searchableSurface.H index fae9265305..a6ac99a71a 100644 --- a/src/meshTools/searchableSurface/searchableSurface.H +++ b/src/meshTools/searchableSurface/searchableSurface.H @@ -166,9 +166,8 @@ public: ); - // Destructor - - virtual ~searchableSurface(); + //- Destructor + virtual ~searchableSurface(); // Member Functions diff --git a/src/meshTools/searchableSurface/searchableSurfaceCollection.H b/src/meshTools/searchableSurface/searchableSurfaceCollection.H index 01490e409f..ef5419927c 100644 --- a/src/meshTools/searchableSurface/searchableSurfaceCollection.H +++ b/src/meshTools/searchableSurface/searchableSurfaceCollection.H @@ -130,9 +130,8 @@ public: const dictionary& dict ); - // Destructor - - virtual ~searchableSurfaceCollection(); + //- Destructor + virtual ~searchableSurfaceCollection(); // Member Functions diff --git a/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H b/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H index 416d60ae44..3ff95dd5f3 100644 --- a/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H +++ b/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H @@ -120,9 +120,8 @@ public: const dictionary& dict ); - // Destructor - - virtual ~searchableSurfaceWithGaps(); + //- Destructor + virtual ~searchableSurfaceWithGaps(); // Member Functions diff --git a/src/meshTools/searchableSurface/triSurfaceMesh.H b/src/meshTools/searchableSurface/triSurfaceMesh.H index b0ae9a2c71..db9b139cbe 100644 --- a/src/meshTools/searchableSurface/triSurfaceMesh.H +++ b/src/meshTools/searchableSurface/triSurfaceMesh.H @@ -159,9 +159,8 @@ public: ); - // Destructor - - virtual ~triSurfaceMesh(); + //- Destructor + virtual ~triSurfaceMesh(); //- Clear storage void clearOut(); diff --git a/src/meshTools/sets/cellSources/boxToCell/boxToCell.H b/src/meshTools/sets/cellSources/boxToCell/boxToCell.H index 75dc385c4e..38df2e703e 100644 --- a/src/meshTools/sets/cellSources/boxToCell/boxToCell.H +++ b/src/meshTools/sets/cellSources/boxToCell/boxToCell.H @@ -96,9 +96,8 @@ public: ); - // Destructor - - virtual ~boxToCell(); + //- Destructor + virtual ~boxToCell(); // Member Functions diff --git a/src/meshTools/sets/cellSources/cellToCell/cellToCell.H b/src/meshTools/sets/cellSources/cellToCell/cellToCell.H index 6e076370e0..85a0f1af72 100644 --- a/src/meshTools/sets/cellSources/cellToCell/cellToCell.H +++ b/src/meshTools/sets/cellSources/cellToCell/cellToCell.H @@ -87,9 +87,8 @@ public: ); - // Destructor - - virtual ~cellToCell(); + //- Destructor + virtual ~cellToCell(); // Member Functions diff --git a/src/meshTools/sets/cellSources/cylinderToCell/cylinderToCell.H b/src/meshTools/sets/cellSources/cylinderToCell/cylinderToCell.H index 15cee8c3fb..879297cbe6 100644 --- a/src/meshTools/sets/cellSources/cylinderToCell/cylinderToCell.H +++ b/src/meshTools/sets/cellSources/cylinderToCell/cylinderToCell.H @@ -103,9 +103,8 @@ public: ); - // Destructor - - virtual ~cylinderToCell(); + //- Destructor + virtual ~cylinderToCell(); // Member Functions diff --git a/src/meshTools/sets/cellSources/faceToCell/faceToCell.H b/src/meshTools/sets/cellSources/faceToCell/faceToCell.H index 983f25b490..c3f6777d8a 100644 --- a/src/meshTools/sets/cellSources/faceToCell/faceToCell.H +++ b/src/meshTools/sets/cellSources/faceToCell/faceToCell.H @@ -113,9 +113,8 @@ public: ); - // Destructor - - virtual ~faceToCell(); + //- Destructor + virtual ~faceToCell(); // Member Functions diff --git a/src/meshTools/sets/cellSources/faceZoneToCell/faceZoneToCell.H b/src/meshTools/sets/cellSources/faceZoneToCell/faceZoneToCell.H index b1ae275355..a7227a6479 100644 --- a/src/meshTools/sets/cellSources/faceZoneToCell/faceZoneToCell.H +++ b/src/meshTools/sets/cellSources/faceZoneToCell/faceZoneToCell.H @@ -110,9 +110,8 @@ public: ); - // Destructor - - virtual ~faceZoneToCell(); + //- Destructor + virtual ~faceZoneToCell(); // Member Functions diff --git a/src/meshTools/sets/cellSources/fieldToCell/fieldToCell.H b/src/meshTools/sets/cellSources/fieldToCell/fieldToCell.H index 2ac69f2039..3ab18bdc5f 100644 --- a/src/meshTools/sets/cellSources/fieldToCell/fieldToCell.H +++ b/src/meshTools/sets/cellSources/fieldToCell/fieldToCell.H @@ -109,9 +109,8 @@ public: ); - // Destructor - - virtual ~fieldToCell(); + //- Destructor + virtual ~fieldToCell(); // Member Functions diff --git a/src/meshTools/sets/cellSources/labelToCell/labelToCell.H b/src/meshTools/sets/cellSources/labelToCell/labelToCell.H index d3e5275feb..2604cbb6ba 100644 --- a/src/meshTools/sets/cellSources/labelToCell/labelToCell.H +++ b/src/meshTools/sets/cellSources/labelToCell/labelToCell.H @@ -94,9 +94,8 @@ public: ); - // Destructor - - virtual ~labelToCell(); + //- Destructor + virtual ~labelToCell(); // Member Functions diff --git a/src/meshTools/sets/cellSources/nbrToCell/nbrToCell.H b/src/meshTools/sets/cellSources/nbrToCell/nbrToCell.H index a48d577cab..7aeadce448 100644 --- a/src/meshTools/sets/cellSources/nbrToCell/nbrToCell.H +++ b/src/meshTools/sets/cellSources/nbrToCell/nbrToCell.H @@ -95,9 +95,8 @@ public: ); - // Destructor - - virtual ~nbrToCell(); + //- Destructor + virtual ~nbrToCell(); // Member Functions diff --git a/src/meshTools/sets/cellSources/nearestToCell/nearestToCell.H b/src/meshTools/sets/cellSources/nearestToCell/nearestToCell.H index d7e74b46e9..24e566432f 100644 --- a/src/meshTools/sets/cellSources/nearestToCell/nearestToCell.H +++ b/src/meshTools/sets/cellSources/nearestToCell/nearestToCell.H @@ -94,9 +94,8 @@ public: ); - // Destructor - - virtual ~nearestToCell(); + //- Destructor + virtual ~nearestToCell(); // Member Functions diff --git a/src/meshTools/sets/cellSources/pointToCell/pointToCell.H b/src/meshTools/sets/cellSources/pointToCell/pointToCell.H index a527bbde57..572fb5a3eb 100644 --- a/src/meshTools/sets/cellSources/pointToCell/pointToCell.H +++ b/src/meshTools/sets/cellSources/pointToCell/pointToCell.H @@ -109,9 +109,8 @@ public: ); - // Destructor - - virtual ~pointToCell(); + //- Destructor + virtual ~pointToCell(); // Member Functions diff --git a/src/meshTools/sets/cellSources/regionToCell/regionToCell.H b/src/meshTools/sets/cellSources/regionToCell/regionToCell.H index 985ee2dc3b..370781d797 100644 --- a/src/meshTools/sets/cellSources/regionToCell/regionToCell.H +++ b/src/meshTools/sets/cellSources/regionToCell/regionToCell.H @@ -99,9 +99,8 @@ public: ); - // Destructor - - virtual ~regionToCell(); + //- Destructor + virtual ~regionToCell(); // Member Functions diff --git a/src/meshTools/sets/cellSources/rotatedBoxToCell/rotatedBoxToCell.H b/src/meshTools/sets/cellSources/rotatedBoxToCell/rotatedBoxToCell.H index f680eb45ef..977c011d3d 100644 --- a/src/meshTools/sets/cellSources/rotatedBoxToCell/rotatedBoxToCell.H +++ b/src/meshTools/sets/cellSources/rotatedBoxToCell/rotatedBoxToCell.H @@ -105,9 +105,8 @@ public: rotatedBoxToCell(const polyMesh& mesh, Istream&); - // Destructor - - virtual ~rotatedBoxToCell(); + //- Destructor + virtual ~rotatedBoxToCell(); // Member Functions diff --git a/src/meshTools/sets/cellSources/shapeToCell/shapeToCell.H b/src/meshTools/sets/cellSources/shapeToCell/shapeToCell.H index d8ad5d1d87..bf3524c085 100644 --- a/src/meshTools/sets/cellSources/shapeToCell/shapeToCell.H +++ b/src/meshTools/sets/cellSources/shapeToCell/shapeToCell.H @@ -103,9 +103,8 @@ public: ); - // Destructor - - virtual ~shapeToCell(); + //- Destructor + virtual ~shapeToCell(); // Member Functions diff --git a/src/meshTools/sets/cellSources/sphereToCell/sphereToCell.H b/src/meshTools/sets/cellSources/sphereToCell/sphereToCell.H index 2e9139d76e..66f4e02969 100644 --- a/src/meshTools/sets/cellSources/sphereToCell/sphereToCell.H +++ b/src/meshTools/sets/cellSources/sphereToCell/sphereToCell.H @@ -99,9 +99,8 @@ public: ); - // Destructor - - virtual ~sphereToCell(); + //- Destructor + virtual ~sphereToCell(); // Member Functions diff --git a/src/meshTools/sets/cellSources/surfaceToCell/surfaceToCell.H b/src/meshTools/sets/cellSources/surfaceToCell/surfaceToCell.H index 17f0f704a1..376f98f95e 100644 --- a/src/meshTools/sets/cellSources/surfaceToCell/surfaceToCell.H +++ b/src/meshTools/sets/cellSources/surfaceToCell/surfaceToCell.H @@ -189,9 +189,8 @@ public: ); - // Destructor - - virtual ~surfaceToCell(); + //- Destructor + virtual ~surfaceToCell(); // Member Functions diff --git a/src/meshTools/sets/cellSources/zoneToCell/zoneToCell.H b/src/meshTools/sets/cellSources/zoneToCell/zoneToCell.H index 3abd63008a..b17a410880 100644 --- a/src/meshTools/sets/cellSources/zoneToCell/zoneToCell.H +++ b/src/meshTools/sets/cellSources/zoneToCell/zoneToCell.H @@ -95,9 +95,8 @@ public: ); - // Destructor - - virtual ~zoneToCell(); + //- Destructor + virtual ~zoneToCell(); // Member Functions diff --git a/src/meshTools/sets/cellZoneSources/setToCellZone/setToCellZone.H b/src/meshTools/sets/cellZoneSources/setToCellZone/setToCellZone.H index 7fec89e9c2..50bc04377b 100644 --- a/src/meshTools/sets/cellZoneSources/setToCellZone/setToCellZone.H +++ b/src/meshTools/sets/cellZoneSources/setToCellZone/setToCellZone.H @@ -87,9 +87,8 @@ public: ); - // Destructor - - virtual ~setToCellZone(); + //- Destructor + virtual ~setToCellZone(); // Member Functions diff --git a/src/meshTools/sets/faceSources/boundaryToFace/boundaryToFace.H b/src/meshTools/sets/faceSources/boundaryToFace/boundaryToFace.H index 24b98fedf8..4432b0d764 100644 --- a/src/meshTools/sets/faceSources/boundaryToFace/boundaryToFace.H +++ b/src/meshTools/sets/faceSources/boundaryToFace/boundaryToFace.H @@ -86,9 +86,8 @@ public: ); - // Destructor - - virtual ~boundaryToFace(); + //- Destructor + virtual ~boundaryToFace(); // Member Functions diff --git a/src/meshTools/sets/faceSources/boxToFace/boxToFace.H b/src/meshTools/sets/faceSources/boxToFace/boxToFace.H index f5c7398e20..575d53c739 100644 --- a/src/meshTools/sets/faceSources/boxToFace/boxToFace.H +++ b/src/meshTools/sets/faceSources/boxToFace/boxToFace.H @@ -95,9 +95,8 @@ public: ); - // Destructor - - virtual ~boxToFace(); + //- Destructor + virtual ~boxToFace(); // Member Functions diff --git a/src/meshTools/sets/faceSources/cellToFace/cellToFace.H b/src/meshTools/sets/faceSources/cellToFace/cellToFace.H index fbaf55142f..d01e25eb34 100644 --- a/src/meshTools/sets/faceSources/cellToFace/cellToFace.H +++ b/src/meshTools/sets/faceSources/cellToFace/cellToFace.H @@ -114,9 +114,8 @@ public: ); - // Destructor - - virtual ~cellToFace(); + //- Destructor + virtual ~cellToFace(); // Member Functions diff --git a/src/meshTools/sets/faceSources/faceToFace/faceToFace.H b/src/meshTools/sets/faceSources/faceToFace/faceToFace.H index 4963145407..c18be1df05 100644 --- a/src/meshTools/sets/faceSources/faceToFace/faceToFace.H +++ b/src/meshTools/sets/faceSources/faceToFace/faceToFace.H @@ -87,9 +87,8 @@ public: ); - // Destructor - - virtual ~faceToFace(); + //- Destructor + virtual ~faceToFace(); // Member Functions diff --git a/src/meshTools/sets/faceSources/labelToFace/labelToFace.H b/src/meshTools/sets/faceSources/labelToFace/labelToFace.H index c922b3b99f..6f923554a4 100644 --- a/src/meshTools/sets/faceSources/labelToFace/labelToFace.H +++ b/src/meshTools/sets/faceSources/labelToFace/labelToFace.H @@ -94,9 +94,8 @@ public: ); - // Destructor - - virtual ~labelToFace(); + //- Destructor + virtual ~labelToFace(); // Member Functions diff --git a/src/meshTools/sets/faceSources/normalToFace/normalToFace.H b/src/meshTools/sets/faceSources/normalToFace/normalToFace.H index 67583a0744..c131dbd8da 100644 --- a/src/meshTools/sets/faceSources/normalToFace/normalToFace.H +++ b/src/meshTools/sets/faceSources/normalToFace/normalToFace.H @@ -92,9 +92,8 @@ public: normalToFace(const polyMesh& mesh, Istream&); - // Destructor - - virtual ~normalToFace(); + //- Destructor + virtual ~normalToFace(); // Member Functions diff --git a/src/meshTools/sets/faceSources/patchToFace/patchToFace.H b/src/meshTools/sets/faceSources/patchToFace/patchToFace.H index 11861b4211..0853fbbd37 100644 --- a/src/meshTools/sets/faceSources/patchToFace/patchToFace.H +++ b/src/meshTools/sets/faceSources/patchToFace/patchToFace.H @@ -95,9 +95,8 @@ public: ); - // Destructor - - virtual ~patchToFace(); + //- Destructor + virtual ~patchToFace(); // Member Functions diff --git a/src/meshTools/sets/faceSources/pointToFace/pointToFace.H b/src/meshTools/sets/faceSources/pointToFace/pointToFace.H index d5708cc14b..1893307621 100644 --- a/src/meshTools/sets/faceSources/pointToFace/pointToFace.H +++ b/src/meshTools/sets/faceSources/pointToFace/pointToFace.H @@ -112,9 +112,8 @@ public: ); - // Destructor - - virtual ~pointToFace(); + //- Destructor + virtual ~pointToFace(); // Member Functions diff --git a/src/meshTools/sets/faceSources/zoneToFace/zoneToFace.H b/src/meshTools/sets/faceSources/zoneToFace/zoneToFace.H index ac98654021..98b2e891ab 100644 --- a/src/meshTools/sets/faceSources/zoneToFace/zoneToFace.H +++ b/src/meshTools/sets/faceSources/zoneToFace/zoneToFace.H @@ -95,9 +95,8 @@ public: ); - // Destructor - - virtual ~zoneToFace(); + //- Destructor + virtual ~zoneToFace(); // Member Functions diff --git a/src/meshTools/sets/faceZoneSources/faceZoneToFaceZone/faceZoneToFaceZone.H b/src/meshTools/sets/faceZoneSources/faceZoneToFaceZone/faceZoneToFaceZone.H index 39b8c02058..41ad8b2fca 100644 --- a/src/meshTools/sets/faceZoneSources/faceZoneToFaceZone/faceZoneToFaceZone.H +++ b/src/meshTools/sets/faceZoneSources/faceZoneToFaceZone/faceZoneToFaceZone.H @@ -87,9 +87,8 @@ public: ); - // Destructor - - virtual ~faceZoneToFaceZone(); + //- Destructor + virtual ~faceZoneToFaceZone(); // Member Functions diff --git a/src/meshTools/sets/faceZoneSources/setToFaceZone/setToFaceZone.H b/src/meshTools/sets/faceZoneSources/setToFaceZone/setToFaceZone.H index c1f85f43e8..377c279ae1 100644 --- a/src/meshTools/sets/faceZoneSources/setToFaceZone/setToFaceZone.H +++ b/src/meshTools/sets/faceZoneSources/setToFaceZone/setToFaceZone.H @@ -88,9 +88,8 @@ public: ); - // Destructor - - virtual ~setToFaceZone(); + //- Destructor + virtual ~setToFaceZone(); // Member Functions diff --git a/src/meshTools/sets/faceZoneSources/setsToFaceZone/setsToFaceZone.H b/src/meshTools/sets/faceZoneSources/setsToFaceZone/setsToFaceZone.H index 2c88af3e17..306110730d 100644 --- a/src/meshTools/sets/faceZoneSources/setsToFaceZone/setsToFaceZone.H +++ b/src/meshTools/sets/faceZoneSources/setsToFaceZone/setsToFaceZone.H @@ -91,9 +91,8 @@ public: ); - // Destructor - - virtual ~setsToFaceZone(); + //- Destructor + virtual ~setsToFaceZone(); // Member Functions diff --git a/src/meshTools/sets/pointSources/boxToPoint/boxToPoint.H b/src/meshTools/sets/pointSources/boxToPoint/boxToPoint.H index 92160be389..06c5e5ff23 100644 --- a/src/meshTools/sets/pointSources/boxToPoint/boxToPoint.H +++ b/src/meshTools/sets/pointSources/boxToPoint/boxToPoint.H @@ -95,9 +95,8 @@ public: ); - // Destructor - - virtual ~boxToPoint(); + //- Destructor + virtual ~boxToPoint(); // Member Functions diff --git a/src/meshTools/sets/pointSources/cellToPoint/cellToPoint.H b/src/meshTools/sets/pointSources/cellToPoint/cellToPoint.H index 327c2180ee..0d5e693120 100644 --- a/src/meshTools/sets/pointSources/cellToPoint/cellToPoint.H +++ b/src/meshTools/sets/pointSources/cellToPoint/cellToPoint.H @@ -109,9 +109,8 @@ public: ); - // Destructor - - virtual ~cellToPoint(); + //- Destructor + virtual ~cellToPoint(); // Member Functions diff --git a/src/meshTools/sets/pointSources/faceToPoint/faceToPoint.H b/src/meshTools/sets/pointSources/faceToPoint/faceToPoint.H index a8e981bf68..61d865d14f 100644 --- a/src/meshTools/sets/pointSources/faceToPoint/faceToPoint.H +++ b/src/meshTools/sets/pointSources/faceToPoint/faceToPoint.H @@ -109,9 +109,8 @@ public: ); - // Destructor - - virtual ~faceToPoint(); + //- Destructor + virtual ~faceToPoint(); // Member Functions diff --git a/src/meshTools/sets/pointSources/labelToPoint/labelToPoint.H b/src/meshTools/sets/pointSources/labelToPoint/labelToPoint.H index c2c515f4bf..bdc8e6be3b 100644 --- a/src/meshTools/sets/pointSources/labelToPoint/labelToPoint.H +++ b/src/meshTools/sets/pointSources/labelToPoint/labelToPoint.H @@ -94,9 +94,8 @@ public: ); - // Destructor - - virtual ~labelToPoint(); + //- Destructor + virtual ~labelToPoint(); // Member Functions diff --git a/src/meshTools/sets/pointSources/nearestToPoint/nearestToPoint.H b/src/meshTools/sets/pointSources/nearestToPoint/nearestToPoint.H index 5d02027691..040cf64c2c 100644 --- a/src/meshTools/sets/pointSources/nearestToPoint/nearestToPoint.H +++ b/src/meshTools/sets/pointSources/nearestToPoint/nearestToPoint.H @@ -94,9 +94,8 @@ public: ); - // Destructor - - virtual ~nearestToPoint(); + //- Destructor + virtual ~nearestToPoint(); // Member Functions diff --git a/src/meshTools/sets/pointSources/pointToPoint/pointToPoint.H b/src/meshTools/sets/pointSources/pointToPoint/pointToPoint.H index 7a8c2677e0..5efea5328f 100644 --- a/src/meshTools/sets/pointSources/pointToPoint/pointToPoint.H +++ b/src/meshTools/sets/pointSources/pointToPoint/pointToPoint.H @@ -87,9 +87,8 @@ public: ); - // Destructor - - virtual ~pointToPoint(); + //- Destructor + virtual ~pointToPoint(); // Member Functions diff --git a/src/meshTools/sets/pointSources/surfaceToPoint/surfaceToPoint.H b/src/meshTools/sets/pointSources/surfaceToPoint/surfaceToPoint.H index 03a5bc6bfc..f7ef86ef57 100644 --- a/src/meshTools/sets/pointSources/surfaceToPoint/surfaceToPoint.H +++ b/src/meshTools/sets/pointSources/surfaceToPoint/surfaceToPoint.H @@ -117,9 +117,8 @@ public: ); - // Destructor - - virtual ~surfaceToPoint(); + //- Destructor + virtual ~surfaceToPoint(); // Member Functions diff --git a/src/meshTools/sets/pointSources/zoneToPoint/zoneToPoint.H b/src/meshTools/sets/pointSources/zoneToPoint/zoneToPoint.H index be8801284d..f4f2548535 100644 --- a/src/meshTools/sets/pointSources/zoneToPoint/zoneToPoint.H +++ b/src/meshTools/sets/pointSources/zoneToPoint/zoneToPoint.H @@ -95,9 +95,8 @@ public: ); - // Destructor - - virtual ~zoneToPoint(); + //- Destructor + virtual ~zoneToPoint(); // Member Functions diff --git a/src/meshTools/sets/pointZoneSources/setToPointZone/setToPointZone.H b/src/meshTools/sets/pointZoneSources/setToPointZone/setToPointZone.H index 85c4aaf9b9..320ac8250c 100644 --- a/src/meshTools/sets/pointZoneSources/setToPointZone/setToPointZone.H +++ b/src/meshTools/sets/pointZoneSources/setToPointZone/setToPointZone.H @@ -87,9 +87,8 @@ public: ); - // Destructor - - virtual ~setToPointZone(); + //- Destructor + virtual ~setToPointZone(); // Member Functions diff --git a/src/meshTools/sets/topoSetSource/topoSetSource.H b/src/meshTools/sets/topoSetSource/topoSetSource.H index c3271a8a7f..15071da67c 100644 --- a/src/meshTools/sets/topoSetSource/topoSetSource.H +++ b/src/meshTools/sets/topoSetSource/topoSetSource.H @@ -254,9 +254,8 @@ public: ); - // Destructor - - virtual ~topoSetSource(); + //- Destructor + virtual ~topoSetSource(); // Member Functions diff --git a/src/meshTools/sets/topoSets/cellSet.H b/src/meshTools/sets/topoSets/cellSet.H index d36a4081db..61daf2af67 100644 --- a/src/meshTools/sets/topoSets/cellSet.H +++ b/src/meshTools/sets/topoSets/cellSet.H @@ -134,9 +134,8 @@ public: ); - // Destructor - - virtual ~cellSet(); + //- Destructor + virtual ~cellSet(); // Member functions diff --git a/src/meshTools/sets/topoSets/cellZoneSet.H b/src/meshTools/sets/topoSets/cellZoneSet.H index 99a7346bde..af0b6bb878 100644 --- a/src/meshTools/sets/topoSets/cellZoneSet.H +++ b/src/meshTools/sets/topoSets/cellZoneSet.H @@ -94,9 +94,8 @@ public: - // Destructor - - virtual ~cellZoneSet(); + //- Destructor + virtual ~cellZoneSet(); // Member functions diff --git a/src/meshTools/sets/topoSets/faceSet.H b/src/meshTools/sets/topoSets/faceSet.H index b698fabb30..582c8ff05a 100644 --- a/src/meshTools/sets/topoSets/faceSet.H +++ b/src/meshTools/sets/topoSets/faceSet.H @@ -101,9 +101,8 @@ public: ); - // Destructor - - virtual ~faceSet(); + //- Destructor + virtual ~faceSet(); // Member functions diff --git a/src/meshTools/sets/topoSets/faceZoneSet.H b/src/meshTools/sets/topoSets/faceZoneSet.H index e8fd1306cf..c863a7c8d0 100644 --- a/src/meshTools/sets/topoSets/faceZoneSet.H +++ b/src/meshTools/sets/topoSets/faceZoneSet.H @@ -99,9 +99,8 @@ public: - // Destructor - - virtual ~faceZoneSet(); + //- Destructor + virtual ~faceZoneSet(); // Member functions diff --git a/src/meshTools/sets/topoSets/pointSet.H b/src/meshTools/sets/topoSets/pointSet.H index 6adc62d64f..5753425883 100644 --- a/src/meshTools/sets/topoSets/pointSet.H +++ b/src/meshTools/sets/topoSets/pointSet.H @@ -101,9 +101,8 @@ public: ); - // Destructor - - virtual ~pointSet(); + //- Destructor + virtual ~pointSet(); // Member functions diff --git a/src/meshTools/sets/topoSets/pointZoneSet.H b/src/meshTools/sets/topoSets/pointZoneSet.H index cfdcf79152..1f184db68d 100644 --- a/src/meshTools/sets/topoSets/pointZoneSet.H +++ b/src/meshTools/sets/topoSets/pointZoneSet.H @@ -97,9 +97,8 @@ public: - // Destructor - - virtual ~pointZoneSet(); + //- Destructor + virtual ~pointZoneSet(); // Member functions diff --git a/src/meshTools/sets/topoSets/topoSet.H b/src/meshTools/sets/topoSets/topoSet.H index 3d2be25504..466af052bc 100644 --- a/src/meshTools/sets/topoSets/topoSet.H +++ b/src/meshTools/sets/topoSets/topoSet.H @@ -257,9 +257,8 @@ public: ); - // Destructor - - virtual ~topoSet(); + //- Destructor + virtual ~topoSet(); // Member functions diff --git a/src/meshTools/twoDPointCorrector/twoDPointCorrector.H b/src/meshTools/twoDPointCorrector/twoDPointCorrector.H index 057a873478..3c61f57236 100644 --- a/src/meshTools/twoDPointCorrector/twoDPointCorrector.H +++ b/src/meshTools/twoDPointCorrector/twoDPointCorrector.H @@ -105,9 +105,8 @@ public: twoDPointCorrector(const polyMesh& mesh); - // Destructor - - ~twoDPointCorrector(); + //- Destructor + ~twoDPointCorrector(); // Member Functions diff --git a/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.H b/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.H index 537605e48b..d729fe9bd3 100644 --- a/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.H +++ b/src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.H @@ -160,10 +160,9 @@ public: {} - // Destructor - - virtual ~decompositionMethod() - {} + //- Destructor + virtual ~decompositionMethod() + {} // Member Functions diff --git a/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H b/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H index 4fe2022b14..62eef72ae3 100644 --- a/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H +++ b/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H @@ -179,10 +179,9 @@ public: ); - // Destructor - - virtual ~hierarchGeomDecomp() - {} + //- Destructor + virtual ~hierarchGeomDecomp() + {} // Member Functions diff --git a/src/parallel/decompose/decompositionMethods/manualDecomp/manualDecomp.H b/src/parallel/decompose/decompositionMethods/manualDecomp/manualDecomp.H index 8e8fe35b46..e3da10ccac 100644 --- a/src/parallel/decompose/decompositionMethods/manualDecomp/manualDecomp.H +++ b/src/parallel/decompose/decompositionMethods/manualDecomp/manualDecomp.H @@ -81,10 +81,9 @@ public: ); - // Destructor - - virtual ~manualDecomp() - {} + //- Destructor + virtual ~manualDecomp() + {} // Member Functions diff --git a/src/parallel/decompose/decompositionMethods/simpleGeomDecomp/simpleGeomDecomp.H b/src/parallel/decompose/decompositionMethods/simpleGeomDecomp/simpleGeomDecomp.H index db629bd4bb..714916f62d 100644 --- a/src/parallel/decompose/decompositionMethods/simpleGeomDecomp/simpleGeomDecomp.H +++ b/src/parallel/decompose/decompositionMethods/simpleGeomDecomp/simpleGeomDecomp.H @@ -84,10 +84,9 @@ public: ); - // Destructor - - virtual ~simpleGeomDecomp() - {} + //- Destructor + virtual ~simpleGeomDecomp() + {} // Member Functions diff --git a/src/parallel/decompose/metisDecomp/metisDecomp.H b/src/parallel/decompose/metisDecomp/metisDecomp.H index 9e2960e843..f18ba8bd0f 100644 --- a/src/parallel/decompose/metisDecomp/metisDecomp.H +++ b/src/parallel/decompose/metisDecomp/metisDecomp.H @@ -84,10 +84,9 @@ public: ); - // Destructor - - virtual ~metisDecomp() - {} + //- Destructor + virtual ~metisDecomp() + {} // Member Functions diff --git a/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.H b/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.H index 7317e2cc4a..45649a0b81 100644 --- a/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.H +++ b/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.H @@ -87,10 +87,9 @@ public: ); - // Destructor - - virtual ~ptscotchDecomp() - {} + //- Destructor + virtual ~ptscotchDecomp() + {} // Member Functions diff --git a/src/parallel/decompose/scotchDecomp/scotchDecomp.H b/src/parallel/decompose/scotchDecomp/scotchDecomp.H index d6cb3bb787..249b191f6c 100644 --- a/src/parallel/decompose/scotchDecomp/scotchDecomp.H +++ b/src/parallel/decompose/scotchDecomp/scotchDecomp.H @@ -87,10 +87,9 @@ public: ); - // Destructor - - virtual ~scotchDecomp() - {} + //- Destructor + virtual ~scotchDecomp() + {} // Member Functions diff --git a/src/postProcessing/foamCalcFunctions/basic/addSubtract/addSubtract.H b/src/postProcessing/foamCalcFunctions/basic/addSubtract/addSubtract.H index eb20eeb3ba..63b0b6b142 100644 --- a/src/postProcessing/foamCalcFunctions/basic/addSubtract/addSubtract.H +++ b/src/postProcessing/foamCalcFunctions/basic/addSubtract/addSubtract.H @@ -193,9 +193,8 @@ public: addSubtract(); - // Destructor - - virtual ~addSubtract(); + //- Destructor + virtual ~addSubtract(); }; diff --git a/src/postProcessing/foamCalcFunctions/calcType/calcType.H b/src/postProcessing/foamCalcFunctions/calcType/calcType.H index cb03558690..de6fbe1750 100644 --- a/src/postProcessing/foamCalcFunctions/calcType/calcType.H +++ b/src/postProcessing/foamCalcFunctions/calcType/calcType.H @@ -131,9 +131,8 @@ public: static autoPtr New(const word& calcTypeName); - // Destructor - - virtual ~calcType(); + //- Destructor + virtual ~calcType(); // Member Functions diff --git a/src/postProcessing/foamCalcFunctions/field/components/components.H b/src/postProcessing/foamCalcFunctions/field/components/components.H index ea710203f0..9f3650d3a8 100644 --- a/src/postProcessing/foamCalcFunctions/field/components/components.H +++ b/src/postProcessing/foamCalcFunctions/field/components/components.H @@ -114,9 +114,8 @@ public: components(); - // Destructor - - virtual ~components(); + //- Destructor + virtual ~components(); }; diff --git a/src/postProcessing/foamCalcFunctions/field/div/div.H b/src/postProcessing/foamCalcFunctions/field/div/div.H index 42312b4a10..ce22a4ddea 100644 --- a/src/postProcessing/foamCalcFunctions/field/div/div.H +++ b/src/postProcessing/foamCalcFunctions/field/div/div.H @@ -114,9 +114,8 @@ public: div(); - // Destructor - - virtual ~div(); + //- Destructor + virtual ~div(); }; diff --git a/src/postProcessing/foamCalcFunctions/field/interpolate/interpolate.H b/src/postProcessing/foamCalcFunctions/field/interpolate/interpolate.H index aa7db44bdd..e4ed56a0b1 100644 --- a/src/postProcessing/foamCalcFunctions/field/interpolate/interpolate.H +++ b/src/postProcessing/foamCalcFunctions/field/interpolate/interpolate.H @@ -113,9 +113,8 @@ public: interpolate(); - // Destructor - - virtual ~interpolate(); + //- Destructor + virtual ~interpolate(); }; diff --git a/src/postProcessing/foamCalcFunctions/field/mag/mag.H b/src/postProcessing/foamCalcFunctions/field/mag/mag.H index ac333636c6..8dc05514f2 100644 --- a/src/postProcessing/foamCalcFunctions/field/mag/mag.H +++ b/src/postProcessing/foamCalcFunctions/field/mag/mag.H @@ -113,9 +113,8 @@ public: mag(); - // Destructor - - virtual ~mag(); + //- Destructor + virtual ~mag(); }; diff --git a/src/postProcessing/foamCalcFunctions/field/magGrad/magGrad.H b/src/postProcessing/foamCalcFunctions/field/magGrad/magGrad.H index 19166d3604..b027a28b98 100644 --- a/src/postProcessing/foamCalcFunctions/field/magGrad/magGrad.H +++ b/src/postProcessing/foamCalcFunctions/field/magGrad/magGrad.H @@ -114,9 +114,8 @@ public: magGrad(); - // Destructor - - virtual ~magGrad(); + //- Destructor + virtual ~magGrad(); }; diff --git a/src/postProcessing/foamCalcFunctions/field/magSqr/magSqr.H b/src/postProcessing/foamCalcFunctions/field/magSqr/magSqr.H index 19422b3ed6..2e1167d2ba 100644 --- a/src/postProcessing/foamCalcFunctions/field/magSqr/magSqr.H +++ b/src/postProcessing/foamCalcFunctions/field/magSqr/magSqr.H @@ -113,9 +113,8 @@ public: magSqr(); - // Destructor - - virtual ~magSqr(); + //- Destructor + virtual ~magSqr(); }; diff --git a/src/postProcessing/foamCalcFunctions/field/randomise/randomise.H b/src/postProcessing/foamCalcFunctions/field/randomise/randomise.H index 2a5b94c44c..446d1731d2 100644 --- a/src/postProcessing/foamCalcFunctions/field/randomise/randomise.H +++ b/src/postProcessing/foamCalcFunctions/field/randomise/randomise.H @@ -116,9 +116,8 @@ public: randomise(); - // Destructor - - virtual ~randomise(); + //- Destructor + virtual ~randomise(); }; diff --git a/src/postProcessing/functionObjects/field/streamLine/streamLine.H b/src/postProcessing/functionObjects/field/streamLine/streamLine.H index 37d396b90c..fe4f4d287f 100644 --- a/src/postProcessing/functionObjects/field/streamLine/streamLine.H +++ b/src/postProcessing/functionObjects/field/streamLine/streamLine.H @@ -166,8 +166,7 @@ public: //- Destructor - - virtual ~streamLine(); + virtual ~streamLine(); // Member Functions diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedAxis/fixedAxis.H b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedAxis/fixedAxis.H index 0051aae41a..6a17da99c9 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedAxis/fixedAxis.H +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedAxis/fixedAxis.H @@ -87,9 +87,8 @@ public: } - // Destructor - - virtual ~fixedAxis(); + //- Destructor + virtual ~fixedAxis(); // Member Functions diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedLine/fixedLine.H b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedLine/fixedLine.H index de956e4301..e574769cd7 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedLine/fixedLine.H +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedLine/fixedLine.H @@ -88,9 +88,8 @@ public: } - // Destructor - - virtual ~fixedLine(); + //- Destructor + virtual ~fixedLine(); // Member Functions diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedOrientation/fixedOrientation.H b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedOrientation/fixedOrientation.H index a6d904d2bb..5cdbcf99a3 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedOrientation/fixedOrientation.H +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedOrientation/fixedOrientation.H @@ -82,9 +82,8 @@ public: } - // Destructor - - virtual ~fixedOrientation(); + //- Destructor + virtual ~fixedOrientation(); // Member Functions diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPlane/fixedPlane.H b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPlane/fixedPlane.H index aa5b8184a2..a16b3211ee 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPlane/fixedPlane.H +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPlane/fixedPlane.H @@ -86,9 +86,8 @@ public: } - // Destructor - - virtual ~fixedPlane(); + //- Destructor + virtual ~fixedPlane(); // Member Functions diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPoint/fixedPoint.H b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPoint/fixedPoint.H index 6ab09b318b..d680f87384 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPoint/fixedPoint.H +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPoint/fixedPoint.H @@ -87,9 +87,8 @@ public: } - // Destructor - - virtual ~fixedPoint(); + //- Destructor + virtual ~fixedPoint(); // Member Functions diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraint.H b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraint.H index 85899e1ef2..ccb684ed96 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraint.H +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraint/sixDoFRigidBodyMotionConstraint.H @@ -119,9 +119,8 @@ public: ); - // Destructor - - virtual ~sixDoFRigidBodyMotionConstraint(); + //- Destructor + virtual ~sixDoFRigidBodyMotionConstraint(); // Member Functions diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearAxialAngularSpring/linearAxialAngularSpring.H b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearAxialAngularSpring/linearAxialAngularSpring.H index 8dde21bcdc..8f009c23f4 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearAxialAngularSpring/linearAxialAngularSpring.H +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearAxialAngularSpring/linearAxialAngularSpring.H @@ -94,9 +94,8 @@ public: } - // Destructor - - virtual ~linearAxialAngularSpring(); + //- Destructor + virtual ~linearAxialAngularSpring(); // Member Functions diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearSpring/linearSpring.H b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearSpring/linearSpring.H index 5c2747511f..a80d3cbc57 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearSpring/linearSpring.H +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearSpring/linearSpring.H @@ -97,9 +97,8 @@ public: } - // Destructor - - virtual ~linearSpring(); + //- Destructor + virtual ~linearSpring(); // Member Functions diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sixDoFRigidBodyMotionRestraint/sixDoFRigidBodyMotionRestraint.H b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sixDoFRigidBodyMotionRestraint/sixDoFRigidBodyMotionRestraint.H index c1c91ed153..a5f053d325 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sixDoFRigidBodyMotionRestraint/sixDoFRigidBodyMotionRestraint.H +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sixDoFRigidBodyMotionRestraint/sixDoFRigidBodyMotionRestraint.H @@ -112,9 +112,8 @@ public: ); - // Destructor - - virtual ~sixDoFRigidBodyMotionRestraint(); + //- Destructor + virtual ~sixDoFRigidBodyMotionRestraint(); // Member Functions diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sphericalAngularSpring/sphericalAngularSpring.H b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sphericalAngularSpring/sphericalAngularSpring.H index 28d7d05721..f13394499e 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sphericalAngularSpring/sphericalAngularSpring.H +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sphericalAngularSpring/sphericalAngularSpring.H @@ -91,9 +91,8 @@ public: } - // Destructor - - virtual ~sphericalAngularSpring(); + //- Destructor + virtual ~sphericalAngularSpring(); // Member Functions diff --git a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/tabulatedAxialAngularSpring/tabulatedAxialAngularSpring.H b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/tabulatedAxialAngularSpring/tabulatedAxialAngularSpring.H index 9ca1d01b5b..4f270dfa8c 100644 --- a/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/tabulatedAxialAngularSpring/tabulatedAxialAngularSpring.H +++ b/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/tabulatedAxialAngularSpring/tabulatedAxialAngularSpring.H @@ -101,9 +101,8 @@ public: } - // Destructor - - virtual ~tabulatedAxialAngularSpring(); + //- Destructor + virtual ~tabulatedAxialAngularSpring(); // Member Functions diff --git a/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.H b/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.H index ac083437cc..9398821b2a 100644 --- a/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.H +++ b/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.H @@ -150,9 +150,8 @@ public: ); - // Destructor - - ~meshToMesh(); + //- Destructor + ~meshToMesh(); //- Patch-field interpolation class @@ -173,10 +172,9 @@ public: {} - // Destructor - - virtual ~patchFieldInterpolator() - {} + //- Destructor + virtual ~patchFieldInterpolator() + {} // Member Functions diff --git a/src/sampling/sampledSet/cloud/cloudSet.H b/src/sampling/sampledSet/cloud/cloudSet.H index dfe2732f98..40c451d1c1 100644 --- a/src/sampling/sampledSet/cloud/cloudSet.H +++ b/src/sampling/sampledSet/cloud/cloudSet.H @@ -104,7 +104,7 @@ public: ); - // Destructor + //- Destructor virtual ~cloudSet(); }; diff --git a/src/sampling/sampledSet/face/faceOnlySet.H b/src/sampling/sampledSet/face/faceOnlySet.H index bdb1e240dc..c02eecb55b 100644 --- a/src/sampling/sampledSet/face/faceOnlySet.H +++ b/src/sampling/sampledSet/face/faceOnlySet.H @@ -121,7 +121,7 @@ public: ); - // Destructor + //- Destructor virtual ~faceOnlySet(); diff --git a/src/sampling/sampledSet/midPoint/midPointSet.H b/src/sampling/sampledSet/midPoint/midPointSet.H index 2fff452e12..1092b494bf 100644 --- a/src/sampling/sampledSet/midPoint/midPointSet.H +++ b/src/sampling/sampledSet/midPoint/midPointSet.H @@ -88,7 +88,7 @@ public: ); - // Destructor + //- Destructor virtual ~midPointSet(); }; diff --git a/src/sampling/sampledSet/midPointAndFace/midPointAndFaceSet.H b/src/sampling/sampledSet/midPointAndFace/midPointAndFaceSet.H index ddf84a58dc..993418d02b 100644 --- a/src/sampling/sampledSet/midPointAndFace/midPointAndFaceSet.H +++ b/src/sampling/sampledSet/midPointAndFace/midPointAndFaceSet.H @@ -89,7 +89,7 @@ public: ); - // Destructor + //- Destructor virtual ~midPointAndFaceSet(); }; diff --git a/src/sampling/sampledSet/polyLine/polyLineSet.H b/src/sampling/sampledSet/polyLine/polyLineSet.H index 91e3478ab7..ae5250b705 100644 --- a/src/sampling/sampledSet/polyLine/polyLineSet.H +++ b/src/sampling/sampledSet/polyLine/polyLineSet.H @@ -119,7 +119,7 @@ public: ); - // Destructor + //- Destructor virtual ~polyLineSet(); }; diff --git a/src/sampling/sampledSet/sampledSet/sampledSet.H b/src/sampling/sampledSet/sampledSet/sampledSet.H index da77332359..b1671054c2 100644 --- a/src/sampling/sampledSet/sampledSet/sampledSet.H +++ b/src/sampling/sampledSet/sampledSet/sampledSet.H @@ -237,7 +237,7 @@ public: ); - // Destructor + //- Destructor virtual ~sampledSet(); diff --git a/src/sampling/sampledSet/sampledSets/sampledSets.H b/src/sampling/sampledSet/sampledSets/sampledSets.H index ce180900e7..95fd360726 100644 --- a/src/sampling/sampledSet/sampledSets/sampledSets.H +++ b/src/sampling/sampledSet/sampledSets/sampledSets.H @@ -267,7 +267,7 @@ public: ); - // Destructor + //- Destructor virtual ~sampledSets(); diff --git a/src/sampling/sampledSet/triSurfaceMeshPointSet/triSurfaceMeshPointSet.H b/src/sampling/sampledSet/triSurfaceMeshPointSet/triSurfaceMeshPointSet.H index f9396fe8bf..4077542750 100644 --- a/src/sampling/sampledSet/triSurfaceMeshPointSet/triSurfaceMeshPointSet.H +++ b/src/sampling/sampledSet/triSurfaceMeshPointSet/triSurfaceMeshPointSet.H @@ -95,7 +95,7 @@ public: ); - // Destructor + //- Destructor virtual ~triSurfaceMeshPointSet(); diff --git a/src/sampling/sampledSet/uniform/uniformSet.H b/src/sampling/sampledSet/uniform/uniformSet.H index f7489b46a3..9c0fab3335 100644 --- a/src/sampling/sampledSet/uniform/uniformSet.H +++ b/src/sampling/sampledSet/uniform/uniformSet.H @@ -138,7 +138,7 @@ public: ); - // Destructor + //- Destructor virtual ~uniformSet(); }; diff --git a/src/sampling/sampledSurface/distanceSurface/distanceSurface.H b/src/sampling/sampledSurface/distanceSurface/distanceSurface.H index 53eb48c852..966496f089 100644 --- a/src/sampling/sampledSurface/distanceSurface/distanceSurface.H +++ b/src/sampling/sampledSurface/distanceSurface/distanceSurface.H @@ -126,9 +126,8 @@ public: ); - // Destructor - - virtual ~distanceSurface(); + //- Destructor + virtual ~distanceSurface(); // Member Functions diff --git a/src/sampling/sampledSurface/isoSurface/sampledIsoSurface.H b/src/sampling/sampledSurface/isoSurface/sampledIsoSurface.H index 1d4ed888d5..a6d5a85d46 100644 --- a/src/sampling/sampledSurface/isoSurface/sampledIsoSurface.H +++ b/src/sampling/sampledSurface/isoSurface/sampledIsoSurface.H @@ -151,9 +151,8 @@ public: ); - // Destructor - - virtual ~sampledIsoSurface(); + //- Destructor + virtual ~sampledIsoSurface(); // Member Functions diff --git a/src/sampling/sampledSurface/isoSurface/sampledIsoSurfaceCell.H b/src/sampling/sampledSurface/isoSurface/sampledIsoSurfaceCell.H index 43b25641ee..3f57adc6df 100644 --- a/src/sampling/sampledSurface/isoSurface/sampledIsoSurfaceCell.H +++ b/src/sampling/sampledSurface/isoSurface/sampledIsoSurfaceCell.H @@ -120,9 +120,8 @@ public: ); - // Destructor - - virtual ~sampledIsoSurfaceCell(); + //- Destructor + virtual ~sampledIsoSurfaceCell(); // Member Functions diff --git a/src/sampling/sampledSurface/sampledCuttingPlane/sampledCuttingPlane.H b/src/sampling/sampledSurface/sampledCuttingPlane/sampledCuttingPlane.H index 7e4bd9988e..9ca4a2d057 100644 --- a/src/sampling/sampledSurface/sampledCuttingPlane/sampledCuttingPlane.H +++ b/src/sampling/sampledSurface/sampledCuttingPlane/sampledCuttingPlane.H @@ -131,9 +131,8 @@ public: ); - // Destructor - - virtual ~sampledCuttingPlane(); + //- Destructor + virtual ~sampledCuttingPlane(); // Member Functions diff --git a/src/sampling/sampledSurface/sampledPatch/sampledPatch.H b/src/sampling/sampledSurface/sampledPatch/sampledPatch.H index f0cb3e08bf..e14f30ec76 100644 --- a/src/sampling/sampledSurface/sampledPatch/sampledPatch.H +++ b/src/sampling/sampledSurface/sampledPatch/sampledPatch.H @@ -114,9 +114,8 @@ public: ); - // Destructor - - virtual ~sampledPatch(); + //- Destructor + virtual ~sampledPatch(); // Member Functions diff --git a/src/sampling/sampledSurface/sampledPlane/sampledPlane.H b/src/sampling/sampledSurface/sampledPlane/sampledPlane.H index 22cdeb804f..b5dc66508e 100644 --- a/src/sampling/sampledSurface/sampledPlane/sampledPlane.H +++ b/src/sampling/sampledSurface/sampledPlane/sampledPlane.H @@ -101,9 +101,8 @@ public: ); - // Destructor - - virtual ~sampledPlane(); + //- Destructor + virtual ~sampledPlane(); // Member Functions diff --git a/src/sampling/sampledSurface/sampledSurface/sampledSurface.H b/src/sampling/sampledSurface/sampledSurface/sampledSurface.H index 2bf14500ed..511cc758c1 100644 --- a/src/sampling/sampledSurface/sampledSurface/sampledSurface.H +++ b/src/sampling/sampledSurface/sampledSurface/sampledSurface.H @@ -222,9 +222,8 @@ public: ); - // Destructor - - virtual ~sampledSurface(); + //- Destructor + virtual ~sampledSurface(); // Member Functions diff --git a/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.H b/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.H index eb3d379535..e711b64d6c 100644 --- a/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.H +++ b/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.H @@ -224,9 +224,8 @@ public: ); - // Destructor - - virtual ~sampledSurfaces(); + //- Destructor + virtual ~sampledSurfaces(); // Member Functions diff --git a/src/sampling/sampledSurface/sampledTriSurfaceMesh/sampledTriSurfaceMesh.H b/src/sampling/sampledSurface/sampledTriSurfaceMesh/sampledTriSurfaceMesh.H index 0bdbf75b0c..5ea423583d 100644 --- a/src/sampling/sampledSurface/sampledTriSurfaceMesh/sampledTriSurfaceMesh.H +++ b/src/sampling/sampledSurface/sampledTriSurfaceMesh/sampledTriSurfaceMesh.H @@ -118,9 +118,8 @@ public: ); - // Destructor - - virtual ~sampledTriSurfaceMesh(); + //- Destructor + virtual ~sampledTriSurfaceMesh(); // Member Functions diff --git a/src/sampling/sampledSurface/thresholdCellFaces/sampledThresholdCellFaces.H b/src/sampling/sampledSurface/thresholdCellFaces/sampledThresholdCellFaces.H index 056b912659..247a78c101 100644 --- a/src/sampling/sampledSurface/thresholdCellFaces/sampledThresholdCellFaces.H +++ b/src/sampling/sampledSurface/thresholdCellFaces/sampledThresholdCellFaces.H @@ -118,9 +118,8 @@ public: ); - // Destructor - - virtual ~sampledThresholdCellFaces(); + //- Destructor + virtual ~sampledThresholdCellFaces(); // Member Functions diff --git a/src/sampling/sampledSurface/writers/dx/dxSurfaceWriter.H b/src/sampling/sampledSurface/writers/dx/dxSurfaceWriter.H index 10d73603d8..5102cd1bb6 100644 --- a/src/sampling/sampledSurface/writers/dx/dxSurfaceWriter.H +++ b/src/sampling/sampledSurface/writers/dx/dxSurfaceWriter.H @@ -71,9 +71,8 @@ public: dxSurfaceWriter(); - // Destructor - - virtual ~dxSurfaceWriter(); + //- Destructor + virtual ~dxSurfaceWriter(); // Member Functions diff --git a/src/sampling/sampledSurface/writers/foamFile/foamFileSurfaceWriter.H b/src/sampling/sampledSurface/writers/foamFile/foamFileSurfaceWriter.H index 9e7f46419b..383f3515cd 100644 --- a/src/sampling/sampledSurface/writers/foamFile/foamFileSurfaceWriter.H +++ b/src/sampling/sampledSurface/writers/foamFile/foamFileSurfaceWriter.H @@ -64,9 +64,8 @@ public: foamFileSurfaceWriter(); - // Destructor - - virtual ~foamFileSurfaceWriter(); + //- Destructor + virtual ~foamFileSurfaceWriter(); // Member Functions diff --git a/src/sampling/sampledSurface/writers/null/nullSurfaceWriter.H b/src/sampling/sampledSurface/writers/null/nullSurfaceWriter.H index a71ae7b6f2..a513bf1783 100644 --- a/src/sampling/sampledSurface/writers/null/nullSurfaceWriter.H +++ b/src/sampling/sampledSurface/writers/null/nullSurfaceWriter.H @@ -63,9 +63,8 @@ public: nullSurfaceWriter(); - // Destructor - - virtual ~nullSurfaceWriter(); + //- Destructor + virtual ~nullSurfaceWriter(); // Member Functions diff --git a/src/sampling/sampledSurface/writers/proxy/proxySurfaceWriter.H b/src/sampling/sampledSurface/writers/proxy/proxySurfaceWriter.H index 5c7145e91f..5ccf5ea92f 100644 --- a/src/sampling/sampledSurface/writers/proxy/proxySurfaceWriter.H +++ b/src/sampling/sampledSurface/writers/proxy/proxySurfaceWriter.H @@ -68,9 +68,8 @@ public: proxySurfaceWriter(const word& ext); - // Destructor - - virtual ~proxySurfaceWriter(); + //- Destructor + virtual ~proxySurfaceWriter(); // Member Functions diff --git a/src/sampling/sampledSurface/writers/raw/rawSurfaceWriter.H b/src/sampling/sampledSurface/writers/raw/rawSurfaceWriter.H index ec2ca54a9b..51fb5ecb9b 100644 --- a/src/sampling/sampledSurface/writers/raw/rawSurfaceWriter.H +++ b/src/sampling/sampledSurface/writers/raw/rawSurfaceWriter.H @@ -125,9 +125,8 @@ public: rawSurfaceWriter(); - // Destructor - - virtual ~rawSurfaceWriter(); + //- Destructor + virtual ~rawSurfaceWriter(); // Member Functions diff --git a/src/sampling/sampledSurface/writers/surfaceWriter.H b/src/sampling/sampledSurface/writers/surfaceWriter.H index 9420b178df..89a8a444fb 100644 --- a/src/sampling/sampledSurface/writers/surfaceWriter.H +++ b/src/sampling/sampledSurface/writers/surfaceWriter.H @@ -93,9 +93,8 @@ public: surfaceWriter(); - // Destructor - - virtual ~surfaceWriter(); + //- Destructor + virtual ~surfaceWriter(); // Member Functions diff --git a/src/sampling/sampledSurface/writers/vtk/vtkSurfaceWriter.H b/src/sampling/sampledSurface/writers/vtk/vtkSurfaceWriter.H index b228f741f8..431d952cfa 100644 --- a/src/sampling/sampledSurface/writers/vtk/vtkSurfaceWriter.H +++ b/src/sampling/sampledSurface/writers/vtk/vtkSurfaceWriter.H @@ -69,9 +69,8 @@ public: vtkSurfaceWriter(); - // Destructor - - virtual ~vtkSurfaceWriter(); + //- Destructor + virtual ~vtkSurfaceWriter(); // Member Functions diff --git a/src/surfMesh/MeshedSurface/MeshedSurface.H b/src/surfMesh/MeshedSurface/MeshedSurface.H index 3210a9bf40..3fb18124b2 100644 --- a/src/surfMesh/MeshedSurface/MeshedSurface.H +++ b/src/surfMesh/MeshedSurface/MeshedSurface.H @@ -260,9 +260,8 @@ public: static autoPtr New(const fileName&); - // Destructor - - virtual ~MeshedSurface(); + //- Destructor + virtual ~MeshedSurface(); // Member Function Selectors diff --git a/src/surfMesh/MeshedSurfaceProxy/MeshedSurfaceProxy.H b/src/surfMesh/MeshedSurfaceProxy/MeshedSurfaceProxy.H index 432eed95cd..1d3f48dfa3 100644 --- a/src/surfMesh/MeshedSurfaceProxy/MeshedSurfaceProxy.H +++ b/src/surfMesh/MeshedSurfaceProxy/MeshedSurfaceProxy.H @@ -102,9 +102,8 @@ public: ); - // Destructor - - virtual ~MeshedSurfaceProxy(); + //- Destructor + virtual ~MeshedSurfaceProxy(); // Member Function Selectors diff --git a/src/surfMesh/surfMesh/surfMesh.H b/src/surfMesh/surfMesh/surfMesh.H index 3275ea4b1d..14496ca781 100644 --- a/src/surfMesh/surfMesh/surfMesh.H +++ b/src/surfMesh/surfMesh/surfMesh.H @@ -176,9 +176,8 @@ public: ); - // Destructor - - virtual ~surfMesh(); + //- Destructor + virtual ~surfMesh(); // Member Functions diff --git a/src/surfMesh/surfZone/surfZone/surfZoneIOList.H b/src/surfMesh/surfZone/surfZone/surfZoneIOList.H index eccf8280b0..8a014add6e 100644 --- a/src/surfMesh/surfZone/surfZone/surfZoneIOList.H +++ b/src/surfMesh/surfZone/surfZone/surfZoneIOList.H @@ -83,9 +83,8 @@ public: surfZoneIOList(const IOobject&, const Xfer&); - // Destructor - - ~surfZoneIOList(); + //- Destructor + ~surfZoneIOList(); // Member Functions diff --git a/src/surfMesh/surfZone/surfZoneIdentifier/surfZoneIdentifier.H b/src/surfMesh/surfZone/surfZoneIdentifier/surfZoneIdentifier.H index 7c7ccd372c..c914164ccc 100644 --- a/src/surfMesh/surfZone/surfZoneIdentifier/surfZoneIdentifier.H +++ b/src/surfMesh/surfZone/surfZoneIdentifier/surfZoneIdentifier.H @@ -104,9 +104,8 @@ public: ); - // Destructor - - virtual ~surfZoneIdentifier(); + //- Destructor + virtual ~surfZoneIdentifier(); // Member Functions diff --git a/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormat.H b/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormat.H index e17eb4b265..c74fd5060f 100644 --- a/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormat.H +++ b/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormat.H @@ -93,10 +93,9 @@ public: } - // Destructor - - virtual ~AC3DsurfaceFormat() - {} + //- Destructor + virtual ~AC3DsurfaceFormat() + {} // Member Functions diff --git a/src/surfMesh/surfaceFormats/ftr/FTRsurfaceFormat.H b/src/surfMesh/surfaceFormats/ftr/FTRsurfaceFormat.H index ddd131b974..c536ff8b6f 100644 --- a/src/surfMesh/surfaceFormats/ftr/FTRsurfaceFormat.H +++ b/src/surfMesh/surfaceFormats/ftr/FTRsurfaceFormat.H @@ -114,10 +114,9 @@ public: } - // Destructor - - virtual ~FTRsurfaceFormat() - {} + //- Destructor + virtual ~FTRsurfaceFormat() + {} // Member Functions diff --git a/src/surfMesh/surfaceFormats/nas/NASsurfaceFormat.H b/src/surfMesh/surfaceFormats/nas/NASsurfaceFormat.H index 464b4d9e5f..e29263031b 100644 --- a/src/surfMesh/surfaceFormats/nas/NASsurfaceFormat.H +++ b/src/surfMesh/surfaceFormats/nas/NASsurfaceFormat.H @@ -94,10 +94,9 @@ public: } - // Destructor - - virtual ~NASsurfaceFormat() - {} + //- Destructor + virtual ~NASsurfaceFormat() + {} // Member Functions diff --git a/src/surfMesh/surfaceFormats/obj/OBJsurfaceFormat.H b/src/surfMesh/surfaceFormats/obj/OBJsurfaceFormat.H index df315e2b24..87fdf9a2eb 100644 --- a/src/surfMesh/surfaceFormats/obj/OBJsurfaceFormat.H +++ b/src/surfMesh/surfaceFormats/obj/OBJsurfaceFormat.H @@ -86,10 +86,9 @@ public: } - // Destructor - - virtual ~OBJsurfaceFormat() - {} + //- Destructor + virtual ~OBJsurfaceFormat() + {} // Member Functions diff --git a/src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormat.H b/src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormat.H index 1a272123ee..f77e491aec 100644 --- a/src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormat.H +++ b/src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormat.H @@ -91,10 +91,9 @@ public: } - // Destructor - - virtual ~OFSsurfaceFormat() - {} + //- Destructor + virtual ~OFSsurfaceFormat() + {} diff --git a/src/surfMesh/surfaceFormats/smesh/SMESHsurfaceFormat.H b/src/surfMesh/surfaceFormats/smesh/SMESHsurfaceFormat.H index 45890d08b2..f8b3fdb36a 100644 --- a/src/surfMesh/surfaceFormats/smesh/SMESHsurfaceFormat.H +++ b/src/surfMesh/surfaceFormats/smesh/SMESHsurfaceFormat.H @@ -78,10 +78,9 @@ public: SMESHsurfaceFormat(); - // Destructor - - virtual ~SMESHsurfaceFormat() - {} + //- Destructor + virtual ~SMESHsurfaceFormat() + {} // Member Functions diff --git a/src/surfMesh/surfaceFormats/stl/STLsurfaceFormatCore.H b/src/surfMesh/surfaceFormats/stl/STLsurfaceFormatCore.H index 246fdb87aa..1ace377235 100644 --- a/src/surfMesh/surfaceFormats/stl/STLsurfaceFormatCore.H +++ b/src/surfMesh/surfaceFormats/stl/STLsurfaceFormatCore.H @@ -109,9 +109,8 @@ public: STLsurfaceFormatCore(const fileName&); - // Destructor - - ~STLsurfaceFormatCore(); + //- Destructor + ~STLsurfaceFormatCore(); // Member Functions diff --git a/src/surfMesh/surfaceFormats/surfaceFormatsCore.H b/src/surfMesh/surfaceFormats/surfaceFormatsCore.H index 81e76aa2cf..dd773054dc 100644 --- a/src/surfMesh/surfaceFormats/surfaceFormatsCore.H +++ b/src/surfMesh/surfaceFormats/surfaceFormatsCore.H @@ -116,9 +116,8 @@ public: surfaceFormatsCore(); - // Destructor - - virtual ~surfaceFormatsCore(); + //- Destructor + virtual ~surfaceFormatsCore(); }; diff --git a/src/surfMesh/surfaceFormats/tri/TRIsurfaceFormatCore.H b/src/surfMesh/surfaceFormats/tri/TRIsurfaceFormatCore.H index 728e9e1dae..44632da622 100644 --- a/src/surfMesh/surfaceFormats/tri/TRIsurfaceFormatCore.H +++ b/src/surfMesh/surfaceFormats/tri/TRIsurfaceFormatCore.H @@ -90,9 +90,8 @@ public: TRIsurfaceFormatCore(const fileName&); - // Destructor - - ~TRIsurfaceFormatCore(); + //- Destructor + ~TRIsurfaceFormatCore(); // Member Functions diff --git a/src/surfMesh/surfaceFormats/vtk/VTKsurfaceFormat.H b/src/surfMesh/surfaceFormats/vtk/VTKsurfaceFormat.H index aba403ae14..3e88ddcdff 100644 --- a/src/surfMesh/surfaceFormats/vtk/VTKsurfaceFormat.H +++ b/src/surfMesh/surfaceFormats/vtk/VTKsurfaceFormat.H @@ -78,10 +78,9 @@ public: VTKsurfaceFormat(); - // Destructor - - virtual ~VTKsurfaceFormat() - {} + //- Destructor + virtual ~VTKsurfaceFormat() + {} // Member Functions diff --git a/src/surfMesh/surfaceFormats/wrl/WRLsurfaceFormat.H b/src/surfMesh/surfaceFormats/wrl/WRLsurfaceFormat.H index 28ec213c6a..c43d050ad9 100644 --- a/src/surfMesh/surfaceFormats/wrl/WRLsurfaceFormat.H +++ b/src/surfMesh/surfaceFormats/wrl/WRLsurfaceFormat.H @@ -74,10 +74,9 @@ public: WRLsurfaceFormat(); - // Destructor - - virtual ~WRLsurfaceFormat() - {} + //- Destructor + virtual ~WRLsurfaceFormat() + {} // Member Functions diff --git a/src/surfMesh/surfaceFormats/x3d/X3DsurfaceFormat.H b/src/surfMesh/surfaceFormats/x3d/X3DsurfaceFormat.H index a8387f0e34..0dae045cc1 100644 --- a/src/surfMesh/surfaceFormats/x3d/X3DsurfaceFormat.H +++ b/src/surfMesh/surfaceFormats/x3d/X3DsurfaceFormat.H @@ -73,10 +73,9 @@ public: X3DsurfaceFormat(); - // Destructor - - virtual ~X3DsurfaceFormat() - {} + //- Destructor + virtual ~X3DsurfaceFormat() + {} // Member Functions diff --git a/src/surfMesh/surfaceRegistry/surfaceRegistry.H b/src/surfMesh/surfaceRegistry/surfaceRegistry.H index 768edd4fa9..04b5c7b6d8 100644 --- a/src/surfMesh/surfaceRegistry/surfaceRegistry.H +++ b/src/surfMesh/surfaceRegistry/surfaceRegistry.H @@ -78,9 +78,8 @@ public: surfaceRegistry(const objectRegistry&, const word& surfName = ""); - // Destructor - - virtual ~surfaceRegistry(); + //- Destructor + virtual ~surfaceRegistry(); }; diff --git a/src/thermophysicalModels/barotropicCompressibilityModel/Chung/Chung.H b/src/thermophysicalModels/barotropicCompressibilityModel/Chung/Chung.H index d199928dbe..da9f767b11 100644 --- a/src/thermophysicalModels/barotropicCompressibilityModel/Chung/Chung.H +++ b/src/thermophysicalModels/barotropicCompressibilityModel/Chung/Chung.H @@ -79,10 +79,9 @@ public: ); - // Destructor - - ~Chung() - {} + //- Destructor + ~Chung() + {} // Member Functions diff --git a/src/thermophysicalModels/barotropicCompressibilityModel/Wallis/Wallis.H b/src/thermophysicalModels/barotropicCompressibilityModel/Wallis/Wallis.H index 2d733fb652..6c78260e63 100644 --- a/src/thermophysicalModels/barotropicCompressibilityModel/Wallis/Wallis.H +++ b/src/thermophysicalModels/barotropicCompressibilityModel/Wallis/Wallis.H @@ -79,10 +79,9 @@ public: ); - // Destructor - - ~Wallis() - {} + //- Destructor + ~Wallis() + {} // Member Functions diff --git a/src/thermophysicalModels/barotropicCompressibilityModel/barotropicCompressibilityModel/barotropicCompressibilityModel.H b/src/thermophysicalModels/barotropicCompressibilityModel/barotropicCompressibilityModel/barotropicCompressibilityModel.H index e6615bb777..017c71fd45 100644 --- a/src/thermophysicalModels/barotropicCompressibilityModel/barotropicCompressibilityModel/barotropicCompressibilityModel.H +++ b/src/thermophysicalModels/barotropicCompressibilityModel/barotropicCompressibilityModel/barotropicCompressibilityModel.H @@ -125,10 +125,9 @@ public: ); - // Destructor - - virtual ~barotropicCompressibilityModel() - {} + //- Destructor + virtual ~barotropicCompressibilityModel() + {} // Member Functions diff --git a/src/thermophysicalModels/barotropicCompressibilityModel/linear/linear.H b/src/thermophysicalModels/barotropicCompressibilityModel/linear/linear.H index 7f8f021000..989bb384bd 100644 --- a/src/thermophysicalModels/barotropicCompressibilityModel/linear/linear.H +++ b/src/thermophysicalModels/barotropicCompressibilityModel/linear/linear.H @@ -76,10 +76,9 @@ public: ); - // Destructor - - ~linear() - {} + //- Destructor + ~linear() + {} // Member Functions diff --git a/src/thermophysicalModels/pdfs/general/general.H b/src/thermophysicalModels/pdfs/general/general.H index c641ea0f66..5c178443a6 100644 --- a/src/thermophysicalModels/pdfs/general/general.H +++ b/src/thermophysicalModels/pdfs/general/general.H @@ -83,7 +83,7 @@ public: ); - // Destructor + //- Destructor virtual ~general(); diff --git a/src/thermophysicalModels/radiation/radiationModel/P1/P1.H b/src/thermophysicalModels/radiation/radiationModel/P1/P1.H index 25ccb5a6dc..5300d3718c 100644 --- a/src/thermophysicalModels/radiation/radiationModel/P1/P1.H +++ b/src/thermophysicalModels/radiation/radiationModel/P1/P1.H @@ -94,7 +94,7 @@ public: P1(const volScalarField& T); - // Destructor + //- Destructor virtual ~P1(); diff --git a/src/thermophysicalModels/radiation/radiationModel/fvDOM/absorptionCoeffs/absorptionCoeffs.H b/src/thermophysicalModels/radiation/radiationModel/fvDOM/absorptionCoeffs/absorptionCoeffs.H index 10756e4c7e..9bb61b361b 100644 --- a/src/thermophysicalModels/radiation/radiationModel/fvDOM/absorptionCoeffs/absorptionCoeffs.H +++ b/src/thermophysicalModels/radiation/radiationModel/fvDOM/absorptionCoeffs/absorptionCoeffs.H @@ -98,7 +98,7 @@ public: {} - // Destructor + //- Destructor ~absorptionCoeffs(); diff --git a/src/thermophysicalModels/radiation/radiationModel/fvDOM/blackBodyEmission/blackBodyEmission.H b/src/thermophysicalModels/radiation/radiationModel/fvDOM/blackBodyEmission/blackBodyEmission.H index bed89bdab2..732631fd4e 100644 --- a/src/thermophysicalModels/radiation/radiationModel/fvDOM/blackBodyEmission/blackBodyEmission.H +++ b/src/thermophysicalModels/radiation/radiationModel/fvDOM/blackBodyEmission/blackBodyEmission.H @@ -99,7 +99,7 @@ public: ); - // Destructor + //- Destructor ~blackBodyEmission(); diff --git a/src/thermophysicalModels/radiation/radiationModel/fvDOM/radiativeIntensityRay/radiativeIntensityRay.H b/src/thermophysicalModels/radiation/radiationModel/fvDOM/radiativeIntensityRay/radiativeIntensityRay.H index 9182d6d161..15c57772b8 100644 --- a/src/thermophysicalModels/radiation/radiationModel/fvDOM/radiativeIntensityRay/radiativeIntensityRay.H +++ b/src/thermophysicalModels/radiation/radiationModel/fvDOM/radiativeIntensityRay/radiativeIntensityRay.H @@ -134,7 +134,7 @@ public: ); - // Destructor + //- Destructor ~radiativeIntensityRay(); diff --git a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/binaryAbsorptionEmission/binaryAbsorptionEmission.H b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/binaryAbsorptionEmission/binaryAbsorptionEmission.H index 397aa49f61..7f36a0cd09 100644 --- a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/binaryAbsorptionEmission/binaryAbsorptionEmission.H +++ b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/binaryAbsorptionEmission/binaryAbsorptionEmission.H @@ -80,7 +80,7 @@ public: ); - // Destructor + //- Destructor virtual ~binaryAbsorptionEmission(); diff --git a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/constantAbsorptionEmission/constantAbsorptionEmission.H b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/constantAbsorptionEmission/constantAbsorptionEmission.H index 64bfaf9707..e33afebba3 100644 --- a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/constantAbsorptionEmission/constantAbsorptionEmission.H +++ b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/constantAbsorptionEmission/constantAbsorptionEmission.H @@ -84,7 +84,7 @@ public: ); - // Destructor + //- Destructor virtual ~constantAbsorptionEmission(); diff --git a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/greyMeanAbsorptionEmission/greyMeanAbsorptionEmission.H b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/greyMeanAbsorptionEmission/greyMeanAbsorptionEmission.H index 7bfb051cc6..7b7c2a4680 100644 --- a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/greyMeanAbsorptionEmission/greyMeanAbsorptionEmission.H +++ b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/greyMeanAbsorptionEmission/greyMeanAbsorptionEmission.H @@ -159,7 +159,7 @@ public: ); - // Destructor + //- Destructor virtual ~greyMeanAbsorptionEmission(); diff --git a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/noAbsorptionEmission/noAbsorptionEmission.H b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/noAbsorptionEmission/noAbsorptionEmission.H index cc10e10f84..7b3373ed83 100644 --- a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/noAbsorptionEmission/noAbsorptionEmission.H +++ b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/noAbsorptionEmission/noAbsorptionEmission.H @@ -69,7 +69,7 @@ public: ); - // Destructor + //- Destructor virtual ~noAbsorptionEmission(); }; diff --git a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/wideBandAbsorptionEmission/wideBandAbsorptionEmission.H b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/wideBandAbsorptionEmission/wideBandAbsorptionEmission.H index 8df317aa6f..d71842feee 100644 --- a/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/wideBandAbsorptionEmission/wideBandAbsorptionEmission.H +++ b/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/wideBandAbsorptionEmission/wideBandAbsorptionEmission.H @@ -189,7 +189,7 @@ public: ); - // Destructor + //- Destructor virtual ~wideBandAbsorptionEmission(); diff --git a/src/thermophysicalModels/radiation/submodels/scatterModel/constantScatter/constantScatter.H b/src/thermophysicalModels/radiation/submodels/scatterModel/constantScatter/constantScatter.H index 2919c285ef..336d9e1955 100644 --- a/src/thermophysicalModels/radiation/submodels/scatterModel/constantScatter/constantScatter.H +++ b/src/thermophysicalModels/radiation/submodels/scatterModel/constantScatter/constantScatter.H @@ -85,9 +85,8 @@ public: ); - // Destructor - - ~constantScatter(); + //- Destructor + ~constantScatter(); // Member Operators diff --git a/src/thermophysicalModels/radiation/submodels/scatterModel/scatterModel/scatterModel.H b/src/thermophysicalModels/radiation/submodels/scatterModel/scatterModel/scatterModel.H index bb3287c24d..4d97e911bf 100644 --- a/src/thermophysicalModels/radiation/submodels/scatterModel/scatterModel/scatterModel.H +++ b/src/thermophysicalModels/radiation/submodels/scatterModel/scatterModel/scatterModel.H @@ -97,9 +97,8 @@ public: ); - // Destructor - - virtual ~scatterModel(); + //- Destructor + virtual ~scatterModel(); // Member Functions diff --git a/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.H b/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.H index a82f01f9e2..2390626594 100644 --- a/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.H +++ b/src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.H @@ -325,10 +325,9 @@ public: chemkinReader(const dictionary& thermoDict); - // Destructor - - virtual ~chemkinReader() - {} + //- Destructor + virtual ~chemkinReader() + {} // Member functions diff --git a/src/thermophysicalModels/solids/solid/solid.H b/src/thermophysicalModels/solids/solid/solid.H index a6e4aabae8..189feba08b 100644 --- a/src/thermophysicalModels/solids/solid/solid.H +++ b/src/thermophysicalModels/solids/solid/solid.H @@ -124,10 +124,9 @@ public: static autoPtr New(Istream& is); - // Destructor - - virtual ~solid() - {} + //- Destructor + virtual ~solid() + {} // Member Functions diff --git a/src/thermophysicalModels/specie/reaction/Reactions/IrreversibleReaction/IrreversibleReaction.H b/src/thermophysicalModels/specie/reaction/Reactions/IrreversibleReaction/IrreversibleReaction.H index 0a4fa8ef5d..4ff1606858 100644 --- a/src/thermophysicalModels/specie/reaction/Reactions/IrreversibleReaction/IrreversibleReaction.H +++ b/src/thermophysicalModels/specie/reaction/Reactions/IrreversibleReaction/IrreversibleReaction.H @@ -122,10 +122,9 @@ public: } - // Destructor - - virtual ~IrreversibleReaction() - {} + //- Destructor + virtual ~IrreversibleReaction() + {} // Member Functions diff --git a/src/thermophysicalModels/specie/reaction/Reactions/NonEquilibriumReversibleReaction/NonEquilibriumReversibleReaction.H b/src/thermophysicalModels/specie/reaction/Reactions/NonEquilibriumReversibleReaction/NonEquilibriumReversibleReaction.H index accf946523..983bdfff2c 100644 --- a/src/thermophysicalModels/specie/reaction/Reactions/NonEquilibriumReversibleReaction/NonEquilibriumReversibleReaction.H +++ b/src/thermophysicalModels/specie/reaction/Reactions/NonEquilibriumReversibleReaction/NonEquilibriumReversibleReaction.H @@ -125,10 +125,9 @@ public: } - // Destructor - - virtual ~NonEquilibriumReversibleReaction() - {} + //- Destructor + virtual ~NonEquilibriumReversibleReaction() + {} // Member Functions diff --git a/src/thermophysicalModels/specie/reaction/Reactions/Reaction/Reaction.H b/src/thermophysicalModels/specie/reaction/Reactions/Reaction/Reaction.H index 04416ee743..a42b8c90c0 100644 --- a/src/thermophysicalModels/specie/reaction/Reactions/Reaction/Reaction.H +++ b/src/thermophysicalModels/specie/reaction/Reactions/Reaction/Reaction.H @@ -238,10 +238,9 @@ public: ); - // Destructor - - virtual ~Reaction() - {} + //- Destructor + virtual ~Reaction() + {} // Member Functions diff --git a/src/thermophysicalModels/specie/reaction/Reactions/ReversibleReaction/ReversibleReaction.H b/src/thermophysicalModels/specie/reaction/Reactions/ReversibleReaction/ReversibleReaction.H index bd8891328c..1c3672f04f 100644 --- a/src/thermophysicalModels/specie/reaction/Reactions/ReversibleReaction/ReversibleReaction.H +++ b/src/thermophysicalModels/specie/reaction/Reactions/ReversibleReaction/ReversibleReaction.H @@ -119,10 +119,9 @@ public: } - // Destructor - - virtual ~ReversibleReaction() - {} + //- Destructor + virtual ~ReversibleReaction() + {} // Member Functions diff --git a/src/thermophysicalModels/thermophysicalFunctions/thermophysicalFunction/thermophysicalFunction.H b/src/thermophysicalModels/thermophysicalFunctions/thermophysicalFunction/thermophysicalFunction.H index 8243b56003..3baf8c52e3 100644 --- a/src/thermophysicalModels/thermophysicalFunctions/thermophysicalFunction/thermophysicalFunction.H +++ b/src/thermophysicalModels/thermophysicalFunctions/thermophysicalFunction/thermophysicalFunction.H @@ -78,10 +78,9 @@ public: static autoPtr New(Istream& is); - // Destructor - - virtual ~thermophysicalFunction() - {} + //- Destructor + virtual ~thermophysicalFunction() + {} // Member Functions diff --git a/src/topoChangerFvMesh/linearValveFvMesh/linearValveFvMesh.H b/src/topoChangerFvMesh/linearValveFvMesh/linearValveFvMesh.H index 1ae1084767..2aca2ca655 100644 --- a/src/topoChangerFvMesh/linearValveFvMesh/linearValveFvMesh.H +++ b/src/topoChangerFvMesh/linearValveFvMesh/linearValveFvMesh.H @@ -94,9 +94,8 @@ public: explicit linearValveFvMesh(const IOobject& io); - // Destructor - - virtual ~linearValveFvMesh(); + //- Destructor + virtual ~linearValveFvMesh(); // Member Functions diff --git a/src/topoChangerFvMesh/linearValveLayersFvMesh/linearValveLayersFvMesh.H b/src/topoChangerFvMesh/linearValveLayersFvMesh/linearValveLayersFvMesh.H index d570f90231..17b7618e3d 100644 --- a/src/topoChangerFvMesh/linearValveLayersFvMesh/linearValveLayersFvMesh.H +++ b/src/topoChangerFvMesh/linearValveLayersFvMesh/linearValveLayersFvMesh.H @@ -94,9 +94,8 @@ public: explicit linearValveLayersFvMesh(const IOobject& io); - // Destructor - - virtual ~linearValveLayersFvMesh(); + //- Destructor + virtual ~linearValveLayersFvMesh(); // Member Functions diff --git a/src/topoChangerFvMesh/mixerFvMesh/mixerFvMesh.H b/src/topoChangerFvMesh/mixerFvMesh/mixerFvMesh.H index 951af279c9..3eecccd303 100644 --- a/src/topoChangerFvMesh/mixerFvMesh/mixerFvMesh.H +++ b/src/topoChangerFvMesh/mixerFvMesh/mixerFvMesh.H @@ -99,9 +99,8 @@ public: explicit mixerFvMesh(const IOobject& io); - // Destructor - - virtual ~mixerFvMesh(); + //- Destructor + virtual ~mixerFvMesh(); // Member Functions diff --git a/src/topoChangerFvMesh/movingConeTopoFvMesh/movingConeTopoFvMesh.H b/src/topoChangerFvMesh/movingConeTopoFvMesh/movingConeTopoFvMesh.H index 0d3c4a2c41..88fca0b5d3 100644 --- a/src/topoChangerFvMesh/movingConeTopoFvMesh/movingConeTopoFvMesh.H +++ b/src/topoChangerFvMesh/movingConeTopoFvMesh/movingConeTopoFvMesh.H @@ -114,9 +114,8 @@ public: explicit movingConeTopoFvMesh(const IOobject& io); - // Destructor - - virtual ~movingConeTopoFvMesh(); + //- Destructor + virtual ~movingConeTopoFvMesh(); // Member Functions diff --git a/src/topoChangerFvMesh/rawTopoChangerFvMesh/rawTopoChangerFvMesh.H b/src/topoChangerFvMesh/rawTopoChangerFvMesh/rawTopoChangerFvMesh.H index f771a04954..8fc09a4463 100644 --- a/src/topoChangerFvMesh/rawTopoChangerFvMesh/rawTopoChangerFvMesh.H +++ b/src/topoChangerFvMesh/rawTopoChangerFvMesh/rawTopoChangerFvMesh.H @@ -87,9 +87,8 @@ public: //- Construct from database explicit rawTopoChangerFvMesh(const IOobject& io); - // Destructor - - virtual ~rawTopoChangerFvMesh(); + //- Destructor + virtual ~rawTopoChangerFvMesh(); // Member Functions diff --git a/src/topoChangerFvMesh/topoChangerFvMesh/topoChangerFvMesh.H b/src/topoChangerFvMesh/topoChangerFvMesh/topoChangerFvMesh.H index 5c7a8f0cbc..fb419bef59 100644 --- a/src/topoChangerFvMesh/topoChangerFvMesh/topoChangerFvMesh.H +++ b/src/topoChangerFvMesh/topoChangerFvMesh/topoChangerFvMesh.H @@ -80,9 +80,8 @@ public: explicit topoChangerFvMesh(const IOobject& io); - // Destructor - - virtual ~topoChangerFvMesh(); + //- Destructor + virtual ~topoChangerFvMesh(); // Member Functions diff --git a/src/transportModels/incompressible/incompressibleTwoPhaseMixture/twoPhaseMixture.H b/src/transportModels/incompressible/incompressibleTwoPhaseMixture/twoPhaseMixture.H index 95e936f71a..1dbec9cbca 100644 --- a/src/transportModels/incompressible/incompressibleTwoPhaseMixture/twoPhaseMixture.H +++ b/src/transportModels/incompressible/incompressibleTwoPhaseMixture/twoPhaseMixture.H @@ -93,10 +93,9 @@ public: ); - // Destructor - - ~twoPhaseMixture() - {} + //- Destructor + ~twoPhaseMixture() + {} // Member Functions diff --git a/src/transportModels/incompressible/singlePhaseTransportModel/singlePhaseTransportModel.H b/src/transportModels/incompressible/singlePhaseTransportModel/singlePhaseTransportModel.H index a4ffd78bc2..238c39d020 100644 --- a/src/transportModels/incompressible/singlePhaseTransportModel/singlePhaseTransportModel.H +++ b/src/transportModels/incompressible/singlePhaseTransportModel/singlePhaseTransportModel.H @@ -82,9 +82,8 @@ public: ); - // Destructor - - virtual ~singlePhaseTransportModel(); + //- Destructor + virtual ~singlePhaseTransportModel(); // Member Functions diff --git a/src/transportModels/incompressible/transportModel/transportModel.H b/src/transportModels/incompressible/transportModel/transportModel.H index 92d101b393..3c2e220aa1 100644 --- a/src/transportModels/incompressible/transportModel/transportModel.H +++ b/src/transportModels/incompressible/transportModel/transportModel.H @@ -74,9 +74,8 @@ public: ); - // Destructor - - virtual ~transportModel(); + //- Destructor + virtual ~transportModel(); // Member Functions diff --git a/src/transportModels/incompressible/viscosityModels/BirdCarreau/BirdCarreau.H b/src/transportModels/incompressible/viscosityModels/BirdCarreau/BirdCarreau.H index b5a486defb..514868fa73 100644 --- a/src/transportModels/incompressible/viscosityModels/BirdCarreau/BirdCarreau.H +++ b/src/transportModels/incompressible/viscosityModels/BirdCarreau/BirdCarreau.H @@ -90,10 +90,9 @@ public: ); - // Destructor - - ~BirdCarreau() - {} + //- Destructor + ~BirdCarreau() + {} // Member Functions diff --git a/src/transportModels/incompressible/viscosityModels/CrossPowerLaw/CrossPowerLaw.H b/src/transportModels/incompressible/viscosityModels/CrossPowerLaw/CrossPowerLaw.H index e49b3bdd70..34b189ef3d 100644 --- a/src/transportModels/incompressible/viscosityModels/CrossPowerLaw/CrossPowerLaw.H +++ b/src/transportModels/incompressible/viscosityModels/CrossPowerLaw/CrossPowerLaw.H @@ -89,10 +89,9 @@ public: ); - // Destructor - - ~CrossPowerLaw() - {} + //- Destructor + ~CrossPowerLaw() + {} // Member Functions diff --git a/src/transportModels/incompressible/viscosityModels/HerschelBulkley/HerschelBulkley.H b/src/transportModels/incompressible/viscosityModels/HerschelBulkley/HerschelBulkley.H index 86fdd15b2f..7ba0c5112c 100644 --- a/src/transportModels/incompressible/viscosityModels/HerschelBulkley/HerschelBulkley.H +++ b/src/transportModels/incompressible/viscosityModels/HerschelBulkley/HerschelBulkley.H @@ -90,10 +90,9 @@ public: ); - // Destructor - - ~HerschelBulkley() - {} + //- Destructor + ~HerschelBulkley() + {} // Member Functions diff --git a/src/transportModels/incompressible/viscosityModels/Newtonian/Newtonian.H b/src/transportModels/incompressible/viscosityModels/Newtonian/Newtonian.H index dee612d470..e68d8c9119 100644 --- a/src/transportModels/incompressible/viscosityModels/Newtonian/Newtonian.H +++ b/src/transportModels/incompressible/viscosityModels/Newtonian/Newtonian.H @@ -79,10 +79,9 @@ public: ); - // Destructor - - ~Newtonian() - {} + //- Destructor + ~Newtonian() + {} // Member Functions diff --git a/src/transportModels/incompressible/viscosityModels/powerLaw/powerLaw.H b/src/transportModels/incompressible/viscosityModels/powerLaw/powerLaw.H index dc90eda336..b9810b0e60 100644 --- a/src/transportModels/incompressible/viscosityModels/powerLaw/powerLaw.H +++ b/src/transportModels/incompressible/viscosityModels/powerLaw/powerLaw.H @@ -90,10 +90,9 @@ public: ); - // Destructor - - ~powerLaw() - {} + //- Destructor + ~powerLaw() + {} // Member Functions diff --git a/src/triSurface/triSurface/surfacePatch/surfacePatchIOList.H b/src/triSurface/triSurface/surfacePatch/surfacePatchIOList.H index c14ba93d9e..0e892745e4 100644 --- a/src/triSurface/triSurface/surfacePatch/surfacePatchIOList.H +++ b/src/triSurface/triSurface/surfacePatch/surfacePatchIOList.H @@ -86,9 +86,8 @@ public: //- Construct from IOobject surfacePatchIOList(const IOobject& io, const surfacePatchList&); - // Destructor - - ~surfacePatchIOList(); + //- Destructor + ~surfacePatchIOList(); // Member Functions diff --git a/src/triSurface/triSurface/triSurface.H b/src/triSurface/triSurface/triSurface.H index 5c49cecd7b..32977087ce 100644 --- a/src/triSurface/triSurface/triSurface.H +++ b/src/triSurface/triSurface/triSurface.H @@ -280,9 +280,8 @@ public: - // Destructor - - ~triSurface(); + //- Destructor + ~triSurface(); void clearOut(); diff --git a/src/turbulenceModels/compressible/LES/dynOneEqEddy/dynOneEqEddy.H b/src/turbulenceModels/compressible/LES/dynOneEqEddy/dynOneEqEddy.H index 2edfe20fe3..6685160e8f 100644 --- a/src/turbulenceModels/compressible/LES/dynOneEqEddy/dynOneEqEddy.H +++ b/src/turbulenceModels/compressible/LES/dynOneEqEddy/dynOneEqEddy.H @@ -111,7 +111,7 @@ public: ); - // Destructor + //- Destructor virtual ~dynOneEqEddy() {} diff --git a/src/turbulenceModels/compressible/LES/oneEqEddy/oneEqEddy.H b/src/turbulenceModels/compressible/LES/oneEqEddy/oneEqEddy.H index 0ce6c3bba9..ac83307700 100644 --- a/src/turbulenceModels/compressible/LES/oneEqEddy/oneEqEddy.H +++ b/src/turbulenceModels/compressible/LES/oneEqEddy/oneEqEddy.H @@ -105,7 +105,7 @@ public: ); - // Destructor + //- Destructor virtual ~oneEqEddy() {} diff --git a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentTemperatureCoupledBaffle/regionProperties.H b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentTemperatureCoupledBaffle/regionProperties.H index 599ef1070c..5c23d3d421 100644 --- a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentTemperatureCoupledBaffle/regionProperties.H +++ b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentTemperatureCoupledBaffle/regionProperties.H @@ -77,9 +77,8 @@ public: regionProperties(const Time& runTime); - // Destructor - - ~regionProperties(); + //- Destructor + ~regionProperties(); // Member Functions diff --git a/src/turbulenceModels/incompressible/LES/SpalartAllmarasIDDES/IDDESDelta/IDDESDelta.H b/src/turbulenceModels/incompressible/LES/SpalartAllmarasIDDES/IDDESDelta/IDDESDelta.H index 7ecc332665..305625ce10 100644 --- a/src/turbulenceModels/incompressible/LES/SpalartAllmarasIDDES/IDDESDelta/IDDESDelta.H +++ b/src/turbulenceModels/incompressible/LES/SpalartAllmarasIDDES/IDDESDelta/IDDESDelta.H @@ -85,10 +85,9 @@ public: ); - // Destructor - - ~IDDESDelta() - {} + //- Destructor + ~IDDESDelta() + {} // Member Functions diff --git a/src/turbulenceModels/incompressible/LES/dynMixedSmagorinsky/dynMixedSmagorinsky.H b/src/turbulenceModels/incompressible/LES/dynMixedSmagorinsky/dynMixedSmagorinsky.H index 0a96a08baf..0ae54425e0 100644 --- a/src/turbulenceModels/incompressible/LES/dynMixedSmagorinsky/dynMixedSmagorinsky.H +++ b/src/turbulenceModels/incompressible/LES/dynMixedSmagorinsky/dynMixedSmagorinsky.H @@ -103,10 +103,9 @@ public: ); - // Destructor - - ~dynMixedSmagorinsky() - {} + //- Destructor + ~dynMixedSmagorinsky() + {} // Member Functions diff --git a/src/turbulenceModels/incompressible/RAS/LienCubicKE/LienCubicKE.H b/src/turbulenceModels/incompressible/RAS/LienCubicKE/LienCubicKE.H index a27afc5c61..d7c616d50b 100644 --- a/src/turbulenceModels/incompressible/RAS/LienCubicKE/LienCubicKE.H +++ b/src/turbulenceModels/incompressible/RAS/LienCubicKE/LienCubicKE.H @@ -103,7 +103,7 @@ public: ); - // Destructor + //- Destructor virtual ~LienCubicKE() {} diff --git a/src/turbulenceModels/incompressible/RAS/kOmega/kOmega.H b/src/turbulenceModels/incompressible/RAS/kOmega/kOmega.H index d2759d2927..1027e5eec5 100644 --- a/src/turbulenceModels/incompressible/RAS/kOmega/kOmega.H +++ b/src/turbulenceModels/incompressible/RAS/kOmega/kOmega.H @@ -112,7 +112,7 @@ public: ); - // Destructor + //- Destructor virtual ~kOmega() {}