From: mattijs Date: Tue, 22 Jun 2010 07:57:45 +0000 (+0100) Subject: STYLE: cylinderToCell : corrected message X-Git-Url: https://repo.or.cz/w/OpenFOAM-1.6.x.git/commitdiff_plain/7489160360a23bb08a84230a793d1d876905d893 STYLE: cylinderToCell : corrected message --- 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);