From 2bb5e90fb6311098915eecafd6071925967fc18d Mon Sep 17 00:00:00 2001 From: mattijs <mattijs@hunt.opencfd.co.uk> Date: Thu, 23 Apr 2009 18:30:08 +0100 Subject: [PATCH] changed indentation --- src/OpenFOAM/meshes/polyMesh/polyMeshInitMesh.C | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/OpenFOAM/meshes/polyMesh/polyMeshInitMesh.C b/src/OpenFOAM/meshes/polyMesh/polyMeshInitMesh.C index 3fea2c77d94..e364c63f2f1 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyMeshInitMesh.C +++ b/src/OpenFOAM/meshes/polyMesh/polyMeshInitMesh.C @@ -82,10 +82,10 @@ void Foam::polyMesh::initMesh() ); string meshInfo = - "nPoints: " + Foam::name(nPoints()) - + " nCells: " + Foam::name(this->nCells()) - + " nFaces: " + Foam::name(nFaces()) - + " nInternalFaces: " + Foam::name(nInternalFaces()); + "nPoints:" + Foam::name(nPoints()) + + " nCells:" + Foam::name(this->nCells()) + + " nFaces:" + Foam::name(nFaces()) + + " nInternalFaces:" + Foam::name(nInternalFaces()); owner_.note() = meshInfo; neighbour_.note() = meshInfo; -- GitLab