From 7489160360a23bb08a84230a793d1d876905d893 Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 22 Jun 2010 08:57:45 +0100 Subject: [PATCH] STYLE: cylinderToCell : corrected message --- src/meshTools/sets/cellSources/cylinderToCell/cylinderToCell.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshTools/sets/cellSources/cylinderToCell/cylinderToCell.C b/src/meshTools/sets/cellSources/cylinderToCell/cylinderToCell.C index 04c517f8..8d8e684f 100644 --- a/src/meshTools/sets/cellSources/cylinderToCell/cylinderToCell.C +++ b/src/meshTools/sets/cellSources/cylinderToCell/cylinderToCell.C @@ -140,7 +140,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); -- 2.11.4.GIT