includeFuncEntry: Added functionObjectTemplatePath for foamPostProcess

This commit is contained in:
Henry Weller
2024-02-21 16:52:17 +00:00
parent 1896616caf
commit be00d3ecdc
3 changed files with 12 additions and 2 deletions

View File

@ -243,8 +243,7 @@ int main(int argc, char *argv[])
<< "Available functionObject templates:"
<< listAllConfigFiles
(
functionEntries::includeFuncEntry::functionObjectDictPath
/"../functionTemplates"
functionEntries::includeFuncEntry::functionObjectTemplatePath
)
<< endl;