From cbfb01db4e80bed552e5edba98209baf27357310 Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 8 Dec 2010 17:33:02 +0000 Subject: [PATCH] ENH: setSet : parallel reduction of stats --- .../utilities/mesh/manipulation/setSet/setSet.C | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) 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