From 715f56ae5ad7bb1118deb18950085bf21c5ce90d Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Fri, 20 Oct 2017 12:51:47 +0100 Subject: [PATCH] Formatting --- src/finiteVolume/blockLduSystem/BlockLduSystem.H | 7 +++---- src/finiteVolume/fvMatrices/fvBlockMatrix/fvBlockMatrix.H | 7 +++---- src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatch.H | 5 ++--- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/src/finiteVolume/blockLduSystem/BlockLduSystem.H b/src/finiteVolume/blockLduSystem/BlockLduSystem.H index 8a6cd08f0..42a251f47 100644 --- a/src/finiteVolume/blockLduSystem/BlockLduSystem.H +++ b/src/finiteVolume/blockLduSystem/BlockLduSystem.H @@ -94,10 +94,9 @@ public: BlockLduSystem(const BlockLduSystem&); - // Destructor - - virtual ~BlockLduSystem() - {} + //- Destructor + virtual ~BlockLduSystem() + {} // Member functions diff --git a/src/finiteVolume/fvMatrices/fvBlockMatrix/fvBlockMatrix.H b/src/finiteVolume/fvMatrices/fvBlockMatrix/fvBlockMatrix.H index c341666f7..febab5370 100644 --- a/src/finiteVolume/fvMatrices/fvBlockMatrix/fvBlockMatrix.H +++ b/src/finiteVolume/fvMatrices/fvBlockMatrix/fvBlockMatrix.H @@ -175,10 +175,9 @@ public: fvBlockMatrix(const fvBlockMatrix&); - // Destructor - - virtual ~fvBlockMatrix() - {} + //- Destructor + virtual ~fvBlockMatrix() + {} // Member functions diff --git a/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatch.H b/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatch.H index 12a7722af..6041b8774 100644 --- a/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatch.H +++ b/src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatch.H @@ -137,8 +137,7 @@ public: //- Destructor - - virtual ~fvPatch(); + virtual ~fvPatch(); // Member Functions @@ -164,7 +163,7 @@ public: } //- Return true if this patch is coupled - bool coupled() const + virtual bool coupled() const { return polyPatch_.coupled(); }