From fceb3b566e8240f2b5957fc1e7721c7e4a55db40 Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Wed, 3 Jun 2015 09:15:02 +0100 Subject: [PATCH 01/24] Formatting --- .../gradSchemes/leastSquaresGrad/leastSquaresGrad.C | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresGrad.C b/src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresGrad.C index 928187873..7f3bdad0f 100644 --- a/src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresGrad.C +++ b/src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresGrad.C @@ -94,7 +94,7 @@ leastSquaresGrad::grad const unallocLabelList& own = mesh.owner(); const unallocLabelList& nei = mesh.neighbour(); - forAll(own, facei) + forAll (own, facei) { register label ownFaceI = own[facei]; register label neiFaceI = nei[facei]; @@ -106,7 +106,7 @@ leastSquaresGrad::grad } // Boundary faces - forAll(vsf.boundaryField(), patchi) + forAll (vsf.boundaryField(), patchi) { const fvsPatchVectorField& patchOwnLs = ownLs.boundaryField()[patchi]; @@ -118,7 +118,7 @@ leastSquaresGrad::grad Field neiVsf = vsf.boundaryField()[patchi].patchNeighbourField(); - forAll(neiVsf, patchFaceI) + forAll (neiVsf, patchFaceI) { lsGrad[faceCells[patchFaceI]] += patchOwnLs[patchFaceI] @@ -129,7 +129,7 @@ leastSquaresGrad::grad { const fvPatchField& patchVsf = vsf.boundaryField()[patchi]; - forAll(patchVsf, patchFaceI) + forAll (patchVsf, patchFaceI) { lsGrad[faceCells[patchFaceI]] += patchOwnLs[patchFaceI] From 09bd0e1c70b2d5a722d172c6abf87f394375eb5c Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Wed, 3 Jun 2015 09:17:28 +0100 Subject: [PATCH 02/24] Formatting --- src/foam/primitives/strings/word/wordI.H | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/foam/primitives/strings/word/wordI.H b/src/foam/primitives/strings/word/wordI.H index af61de9a0..c2dd8bab7 100644 --- a/src/foam/primitives/strings/word/wordI.H +++ b/src/foam/primitives/strings/word/wordI.H @@ -25,8 +25,6 @@ License #include -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - // * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * // inline void Foam::word::stripInvalid() From 9b576b99164a8a2702a24ba413b8b9e7c7afd5b9 Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Wed, 3 Jun 2015 09:18:00 +0100 Subject: [PATCH 03/24] Formatting --- .../polyMesh/polyPatches/derived/cohesive/cohesivePolyPatch.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/foam/meshes/polyMesh/polyPatches/derived/cohesive/cohesivePolyPatch.C b/src/foam/meshes/polyMesh/polyPatches/derived/cohesive/cohesivePolyPatch.C index d07887e8a..e9ed148e2 100644 --- a/src/foam/meshes/polyMesh/polyPatches/derived/cohesive/cohesivePolyPatch.C +++ b/src/foam/meshes/polyMesh/polyPatches/derived/cohesive/cohesivePolyPatch.C @@ -119,7 +119,7 @@ bool cohesivePolyPatch::order labelList& rotation ) const { - // Grab faceMap from polyTopoChanger + // Grab faceMap SortableList