mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated wildcard handling for function object field entries
This commit is contained in:
@ -37,7 +37,7 @@ void Foam::functionObjects::fileFieldSelection::addFromFile
|
||||
wordHashSet& set
|
||||
) const
|
||||
{
|
||||
DynamicList<word> names;
|
||||
DynamicList<word> names(this->size());
|
||||
|
||||
for (const wordRe& fieldName : *this)
|
||||
{
|
||||
@ -49,7 +49,7 @@ void Foam::functionObjects::fileFieldSelection::addFromFile
|
||||
|
||||
|
||||
template<template<class> class PatchType, class MeshType>
|
||||
void Foam::functionObjects::fileFieldSelection::addFileGeoFields
|
||||
void Foam::functionObjects::fileFieldSelection::addGeoFieldTypes
|
||||
(
|
||||
wordHashSet& set
|
||||
) const
|
||||
|
||||
Reference in New Issue
Block a user