Skip to content
Snippets Groups Projects
Commit 071d5612 authored by mattijs's avatar mattijs
Browse files

BUG: refineWallLayer: incorrect handlign of useSet option. Fixes #864.

parent f19b88a5
No related branches found
No related tags found
No related merge requests found
...@@ -137,10 +137,9 @@ int main(int argc, char *argv[]) ...@@ -137,10 +137,9 @@ int main(int argc, char *argv[])
<< cells.instance()/cells.local()/cells.name() << cells.instance()/cells.local()/cells.name()
<< nl << endl; << nl << endl;
for (const label celli : cells)
{ cutCells.retain(cells);
cutCells.erase(celli);
}
Info<< "Removed from cells to cut all the ones not in set " Info<< "Removed from cells to cut all the ones not in set "
<< setName << nl << endl; << setName << nl << endl;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment