Skip to content
Snippets Groups Projects
Commit 227f4404 authored by mattijs's avatar mattijs
Browse files

BUG: foamDebubSwitches: use findEtcFiles

parent 073f4960
Branches
Tags
No related merge requests found
......@@ -61,7 +61,7 @@ int main(int argc, char *argv[])
if (args.optionFound("old") || args.optionFound("new"))
{
fileNameList controlDictFiles = findEtcFile("controlDict", true);
fileNameList controlDictFiles = findEtcFiles("controlDict", true);
dictionary controlDict;
forAllReverse(controlDictFiles, cdfi)
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment