From eeba34f188327edcb7f3b3fd81c7c32ba89ec000 Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Wed, 18 Mar 2015 13:32:24 +0000 Subject: [PATCH] Formatting --- src/finiteVolume/fvMesh/fvMesh.C | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/finiteVolume/fvMesh/fvMesh.C b/src/finiteVolume/fvMesh/fvMesh.C index cf45d6646..dfec18fcb 100644 --- a/src/finiteVolume/fvMesh/fvMesh.C +++ b/src/finiteVolume/fvMesh/fvMesh.C @@ -421,7 +421,7 @@ const Foam::lduAddressing& Foam::fvMesh::lduAddr() const } -void Foam::fvMesh::mapFields(const mapPolyMesh& meshMap) const +void Foam::fvMesh::mapFields(const mapPolyMesh& meshMap) const { if (debug) { @@ -536,7 +536,7 @@ void Foam::fvMesh::mapOldVolumes(const mapPolyMesh& meshMap) } -void Foam::fvMesh::updateMesh(const mapPolyMesh& mpm) +void Foam::fvMesh::updateMesh(const mapPolyMesh& mpm) { // Update polyMesh. This needs to keep volume existent! polyMesh::updateMesh(mpm); @@ -561,7 +561,7 @@ void Foam::fvMesh::updateMesh(const mapPolyMesh& mpm) } -void Foam::fvMesh::syncUpdateMesh() +void Foam::fvMesh::syncUpdateMesh() { // Update polyMesh. This needs to keep volume existent! polyMesh::syncUpdateMesh();