mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: stringOps etc expansion fails for directories (issue #1121)
- now use findEtcEntry() instead to handle file or directory. Added findEtcEntries(), which provides provides a common code basis for findEtcDirs(), findEtcFiles() ...
This commit is contained in:
@ -203,7 +203,7 @@ public:
|
||||
// - $WM_PROJECT_DIR/etc/"caseDicts/postProcessing"
|
||||
//
|
||||
// Where {PROJECT_API} is the value of the OPENFOAM define.
|
||||
// See further notes in Foam::findEtcFiles()
|
||||
// See further notes in Foam::findEtcEntries()
|
||||
static void list();
|
||||
|
||||
//- Find a functionObject dictionary file in the case
|
||||
|
||||
Reference in New Issue
Block a user