includeFvModel: now searches the constant directory for local configuration files
This commit is contained in:
@ -173,6 +173,7 @@ Foam::autoPtr<Foam::functionObjectList> Foam::functionObjectList::New
|
||||
args["func"],
|
||||
functionsDict,
|
||||
functionEntries::includeFuncEntry::functionObjectDictPath,
|
||||
"system",
|
||||
{"command", args.commandLine()},
|
||||
region
|
||||
);
|
||||
@ -190,6 +191,7 @@ Foam::autoPtr<Foam::functionObjectList> Foam::functionObjectList::New
|
||||
funcs[i],
|
||||
functionsDict,
|
||||
functionEntries::includeFuncEntry::functionObjectDictPath,
|
||||
"system",
|
||||
{"command", args.commandLine()},
|
||||
region
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user