mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use <case> instead of $FOAM_CASE expansion in more places
This commit is contained in:
@ -102,7 +102,7 @@ class functionObjectList
|
||||
|
||||
//- Search the specified directory for functionObject
|
||||
//- configuration files, add to the given map and recurse
|
||||
static void listDir(const fileName& dir, wordHashSet& foMap);
|
||||
static void listDir(const fileName& dir, wordHashSet& available);
|
||||
|
||||
//- No copy construct
|
||||
functionObjectList(const functionObjectList&) = delete;
|
||||
|
||||
Reference in New Issue
Block a user