#includeFunc: Changed entry renaming option funcName -> entryName
so that the same option with a rational name is also available for #includeModel and #includeConstraint. Support for funcName is maintained for backwards-compatibility.
This commit is contained in:
@ -144,6 +144,7 @@ Foam::autoPtr<Foam::functionObjectList> Foam::functionObjectList::New
|
||||
{
|
||||
readConfigFile
|
||||
(
|
||||
"function",
|
||||
args["func"],
|
||||
functionsDict,
|
||||
functionEntries::includeFuncEntry::functionObjectDictPath,
|
||||
@ -160,6 +161,7 @@ Foam::autoPtr<Foam::functionObjectList> Foam::functionObjectList::New
|
||||
{
|
||||
readConfigFile
|
||||
(
|
||||
"function",
|
||||
funcs[i],
|
||||
functionsDict,
|
||||
functionEntries::includeFuncEntry::functionObjectDictPath,
|
||||
|
||||
Reference in New Issue
Block a user