BUG: topoSet: use type() of unconstructed set

This commit is contained in:
mattijs
2012-02-09 18:06:42 +00:00
parent 5b86597f0c
commit 5f777fb2de

View File

@ -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;