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:
@ -176,7 +176,7 @@ int main(int argc, char *argv[])
|
||||
args,
|
||||
runTime,
|
||||
functionsDict,
|
||||
fields.selection()
|
||||
fields
|
||||
)
|
||||
);
|
||||
|
||||
@ -196,7 +196,7 @@ int main(int argc, char *argv[])
|
||||
args,
|
||||
runTime,
|
||||
functionsDict,
|
||||
fields.selection()
|
||||
fields
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user