diff --git a/src/meshTools/PatchFunction1/PatchFunction1New.C b/src/meshTools/PatchFunction1/PatchFunction1New.C index d75d23c4f1..5ff933a720 100644 --- a/src/meshTools/PatchFunction1/PatchFunction1New.C +++ b/src/meshTools/PatchFunction1/PatchFunction1New.C @@ -59,7 +59,7 @@ Foam::autoPtr> Foam::PatchFunction1::New } else { - ITstream& is = dict.lookup(entryName, false); + ITstream& is = dict.lookup(entryName, keyType::LITERAL); token firstToken(is);