From f8bfceca80ca47aaf39172e8fe3b5c0f05840cde Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 25 May 2011 21:38:21 +0100 Subject: [PATCH] STYLE: matchPoints: indentation --- src/OpenFOAM/meshes/meshTools/matchPoints.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/OpenFOAM/meshes/meshTools/matchPoints.C b/src/OpenFOAM/meshes/meshTools/matchPoints.C index dee8992a04..931a152aa5 100644 --- a/src/OpenFOAM/meshes/meshTools/matchPoints.C +++ b/src/OpenFOAM/meshes/meshTools/matchPoints.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2004-2010 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2004-2011 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -124,7 +124,7 @@ bool Foam::matchPoints { label faceI = pts1MagSqr.indices()[j]; - Pout<< "Compared coord:" << pts1[faceI] + Pout<< " Compared coord:" << pts1[faceI] << " with difference to point " << mag(pts1[faceI] - pts0[face0I]) << endl; }