From 482d49ef7ead36963475f5ed59cb2081be5455d8 Mon Sep 17 00:00:00 2001 From: laurence Date: Wed, 6 Feb 2013 12:12:39 +0000 Subject: [PATCH] STYLE: correct polyPatch debug comment --- .../meshes/polyMesh/polyPatches/polyPatch/polyPatchNew.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatchNew.C b/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatchNew.C index 87d7fb5474..055fea4f7c 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatchNew.C +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatchNew.C @@ -110,8 +110,8 @@ Foam::autoPtr Foam::polyPatch::New { if (debug) { - Info<< "polyPatch::New(const word&, const dictionary&, const label, " - "const polyBoundaryMesh&) : constructing polyPatch" + Info<< "polyPatch::New(const word&, const word&, const dictionary&, " + "const label, const polyBoundaryMesh&) : constructing polyPatch" << endl; }