diff --git a/applications/utilities/mesh/manipulation/setSet/setSet.C b/applications/utilities/mesh/manipulation/setSet/setSet.C index 117d5283a5..7a42cda2e4 100644 --- a/applications/utilities/mesh/manipulation/setSet/setSet.C +++ b/applications/utilities/mesh/manipulation/setSet/setSet.C @@ -482,7 +482,7 @@ bool doCommand topoSet& currentSet = currentSetPtr(); Info<< " Set:" << currentSet.name() - << " Size:" << currentSet.size() + << " Size:" << returnReduce(currentSet.size(), sumOp