From 88e042afd9e950ecfd71cc22a82f04a62264746e Mon Sep 17 00:00:00 2001 From: Andrew Heather <> Date: Thu, 6 Jun 2019 14:23:12 +0100 Subject: [PATCH] COMP: resolved compiler warning --- src/meshTools/PatchFunction1/PatchFunction1New.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshTools/PatchFunction1/PatchFunction1New.C b/src/meshTools/PatchFunction1/PatchFunction1New.C index d75d23c4f11..5ff933a7200 100644 --- a/src/meshTools/PatchFunction1/PatchFunction1New.C +++ b/src/meshTools/PatchFunction1/PatchFunction1New.C @@ -59,7 +59,7 @@ Foam::autoPtr<Foam::PatchFunction1<Type>> Foam::PatchFunction1<Type>::New } else { - ITstream& is = dict.lookup(entryName, false); + ITstream& is = dict.lookup(entryName, keyType::LITERAL); token firstToken(is); -- GitLab