From dbc1acd48cfc7b8e33327be6f87fc657a821ec4e Mon Sep 17 00:00:00 2001 From: Andrew Heather <> Date: Fri, 14 Jun 2019 16:47:09 +0100 Subject: [PATCH] COMP: Updated deprecated warning messages --- src/OpenFOAM/db/dictionary/dictionary.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/OpenFOAM/db/dictionary/dictionary.H b/src/OpenFOAM/db/dictionary/dictionary.H index aaa0d41ef27..e18ad24ad6c 100644 --- a/src/OpenFOAM/db/dictionary/dictionary.H +++ b/src/OpenFOAM/db/dictionary/dictionary.H @@ -1281,7 +1281,7 @@ public: //- Deprecated(2018-10) // \deprecated(2018-10) - use keyType::option version entry* - FOAM_DEPRECATED_FOR(2018-10, "lookupEntryPtr(keyType::option)") + FOAM_DEPRECATED_FOR(2018-10, "findEntry(keyType::option)") lookupEntryPtr ( const word& keyword, @@ -1295,7 +1295,7 @@ public: //- Deprecated(2018-10) // \deprecated(2018-10) - use keyType::option version const entry* - FOAM_DEPRECATED_FOR(2018-10, "lookupEntryPtr(keyType::option)") + FOAM_DEPRECATED_FOR(2018-10, "findEntry(keyType::option)") lookupEntryPtr ( const word& keyword, @@ -1309,7 +1309,7 @@ public: //- Deprecated(2018-10) // \deprecated(2018-10) - use keyType::option version const entry* - FOAM_DEPRECATED_FOR(2018-10, "lookupScopedEntryPtr(keyType::option)") + FOAM_DEPRECATED_FOR(2018-10, "findScoped(keyType::option)") lookupScopedEntryPtr ( const word& keyword, -- GitLab