mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: Updated deprecated warning messages
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user