Skip to content
Snippets Groups Projects
Commit 21661663 authored by Andrew Heather's avatar Andrew Heather
Browse files

BUG: fieldSelection - corrected selectionNames()

parent 96bb43ae
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ inline Foam::wordHashSet ...@@ -48,7 +48,7 @@ inline Foam::wordHashSet
Foam::functionObjects::fieldSelection::selectionNames() const Foam::functionObjects::fieldSelection::selectionNames() const
{ {
wordHashSet names; wordHashSet names;
for (const fieldInfo& fi : *this) for (const fieldInfo& fi : selection_)
{ {
names.insert(fi.name()); names.insert(fi.name());
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment