Skip to content
Snippets Groups Projects
Commit 5f777fb2 authored by mattijs's avatar mattijs
Browse files

BUG: topoSet: use type() of unconstructed set

parent 5b86597f
Branches
Tags
No related merge requests found
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment