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

BUG: fieldSelection - corrected selectionNames()

parent 940fbe05
Branches
Tags
No related merge requests found
......@@ -48,7 +48,7 @@ inline Foam::wordHashSet
Foam::functionObjects::fieldSelection::selectionNames() const
{
wordHashSet names;
for (const fieldInfo& fi : *this)
for (const fieldInfo& fi : selection_)
{
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