From dd0f2bb14e616d377d3fe4b7811d585d65a35306 Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Wed, 25 Sep 2019 15:12:10 +0100 Subject: [PATCH] Commet style consistency --- src/finiteVolume/fvMesh/fvPatches/constraint/ggi/ggiFvPatch.C | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/finiteVolume/fvMesh/fvPatches/constraint/ggi/ggiFvPatch.C b/src/finiteVolume/fvMesh/fvPatches/constraint/ggi/ggiFvPatch.C index e181bd205..f329aac04 100644 --- a/src/finiteVolume/fvMesh/fvPatches/constraint/ggi/ggiFvPatch.C +++ b/src/finiteVolume/fvMesh/fvPatches/constraint/ggi/ggiFvPatch.C @@ -53,7 +53,7 @@ Foam::ggiFvPatch::~ggiFvPatch() {} -// * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * * // +// * * * * * * * * * * * * Protected Member Functions * * * * * * * * * * * // // Make patch weighting factors void Foam::ggiFvPatch::makeWeights(fvsPatchScalarField& w) const @@ -192,6 +192,8 @@ void Foam::ggiFvPatch::makeCorrVecs(fvsPatchVectorField& cv) const } +// * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * * // + // Return delta (P to N) vectors across coupled patch Foam::tmp Foam::ggiFvPatch::delta() const {