From 5f777fb2de977d6a3cf49aaebfb57857f2867bad Mon Sep 17 00:00:00 2001 From: mattijs Date: Thu, 9 Feb 2012 18:06:42 +0000 Subject: [PATCH] BUG: topoSet: use type() of unconstructed set --- applications/utilities/mesh/manipulation/topoSet/topoSet.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/utilities/mesh/manipulation/topoSet/topoSet.C b/applications/utilities/mesh/manipulation/topoSet/topoSet.C index 29a5d07533..c124ca3992 100644 --- a/applications/utilities/mesh/manipulation/topoSet/topoSet.C +++ b/applications/utilities/mesh/manipulation/topoSet/topoSet.C @@ -381,7 +381,7 @@ int main(int argc, char *argv[]) break; case topoSetSource::REMOVE: - Info<< " Removing " << currentSet().type() << endl; + Info<< " Removing set" << endl; removeSet(mesh, setType, setName); break;