diff --git a/applications/utilities/mesh/manipulation/topoSet/topoSet.C b/applications/utilities/mesh/manipulation/topoSet/topoSet.C index a9cd056c58..abc0cccfda 100644 --- a/applications/utilities/mesh/manipulation/topoSet/topoSet.C +++ b/applications/utilities/mesh/manipulation/topoSet/topoSet.C @@ -251,8 +251,8 @@ int main(int argc, char *argv[]) || action == topoSetSource::CLEAR ) { - currentSet = topoSet::New(setType, mesh, setName, 10000); - Info<< "Created " << currentSet().type() << " " + currentSet = topoSet::New(setType, mesh, setName, 16384); + Info<< "Created " << currentSet().type() << ' ' << setName << endl; } else if (action == topoSetSource::REMOVE) @@ -268,7 +268,7 @@ int main(int argc, char *argv[]) setName, IOobject::MUST_READ ); - Info<< "Read set " << currentSet().type() << " " + Info<< "Read set " << currentSet().type() << ' ' << setName << " with size " << returnReduce(currentSet().size(), sumOp