From e7be590a4ebc1c5a93264409c3de77bf0c5ad6ff Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 22 Jun 2010 17:25:54 +0100 Subject: [PATCH] STYLE: cylinderToCell : typo in message --- .../sets/cellSources/cylinderToCell/cylinderToCell.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/meshTools/sets/cellSources/cylinderToCell/cylinderToCell.C b/src/meshTools/sets/cellSources/cylinderToCell/cylinderToCell.C index d9eaf6327e..93a84017e6 100644 --- a/src/meshTools/sets/cellSources/cylinderToCell/cylinderToCell.C +++ b/src/meshTools/sets/cellSources/cylinderToCell/cylinderToCell.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -139,7 +139,7 @@ void Foam::cylinderToCell::applyToSet } else if (action == topoSetSource::DELETE) { - Info<< " Removing cells with centre within sphere, with p1 = " + Info<< " Removing cells with centre within cylinder, with p1 = " << p1_ << ", p2 = " << p2_ << " and radius = " << radius_ << endl; combine(set, false);