diff --git a/applications/utilities/mesh/manipulation/topoSet/topoSet.C b/applications/utilities/mesh/manipulation/topoSet/topoSet.C index 2f15bdce1d..8e4e33e8af 100644 --- a/applications/utilities/mesh/manipulation/topoSet/topoSet.C +++ b/applications/utilities/mesh/manipulation/topoSet/topoSet.C @@ -208,7 +208,8 @@ int main(int argc, char *argv[]) IOobject::MUST_READ ); Info<< "Read set " << setName << " with size " - << currentSet().size() << endl; + << returnReduce(currentSet().size(), sumOp