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:
@ -155,7 +155,7 @@ public:
|
||||
const argList& args,
|
||||
const Time& runTime,
|
||||
dictionary& controlDict,
|
||||
HashSet<word>& requiredFields
|
||||
HashSet<wordRe>& requiredFields
|
||||
);
|
||||
|
||||
|
||||
@ -236,7 +236,7 @@ public:
|
||||
(
|
||||
const string& funcNameArgs0,
|
||||
dictionary& functionsDict,
|
||||
HashSet<word>& requiredFields,
|
||||
HashSet<wordRe>& requiredFields,
|
||||
const word& region = word::null
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user