diff --git a/src/meshTools/sets/cellSources/regionToCell/regionToCell.C b/src/meshTools/sets/cellSources/regionToCell/regionToCell.C index 57c7b79af5..96c3077cde 100644 --- a/src/meshTools/sets/cellSources/regionToCell/regionToCell.C +++ b/src/meshTools/sets/cellSources/regionToCell/regionToCell.C @@ -142,7 +142,7 @@ Foam::boolList Foam::regionToCell::findRegions if (verbose) { - Info<< "Found location " << insidePoints_[i] + Info<< " Found location " << insidePoints_[i] << " in cell " << cellI << " on processor " << keepProcI << " in global region " << keepRegionI << " out of " << cellRegion.nRegions() << " regions." << endl; @@ -243,6 +243,8 @@ void Foam::regionToCell::shrinkRegions } } } + Info<< " Eroded " << returnReduce(nChanged, sumOp