mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: fieldSelection - corrected selectionNames()
This commit is contained in:
@ -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());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user