mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: topoSet: use type() of unconstructed set
This commit is contained in:
@ -381,7 +381,7 @@ int main(int argc, char *argv[])
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case topoSetSource::REMOVE:
|
case topoSetSource::REMOVE:
|
||||||
Info<< " Removing " << currentSet().type() << endl;
|
Info<< " Removing set" << endl;
|
||||||
removeSet(mesh, setType, setName);
|
removeSet(mesh, setType, setName);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user