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)
|
||||||
// \deprecated(2018-10) - use keyType::option version
|
// \deprecated(2018-10) - use keyType::option version
|
||||||
entry*
|
entry*
|
||||||
FOAM_DEPRECATED_FOR(2018-10, "lookupEntryPtr(keyType::option)")
|
FOAM_DEPRECATED_FOR(2018-10, "findEntry(keyType::option)")
|
||||||
lookupEntryPtr
|
lookupEntryPtr
|
||||||
(
|
(
|
||||||
const word& keyword,
|
const word& keyword,
|
||||||
@ -1295,7 +1295,7 @@ public:
|
|||||||
//- Deprecated(2018-10)
|
//- Deprecated(2018-10)
|
||||||
// \deprecated(2018-10) - use keyType::option version
|
// \deprecated(2018-10) - use keyType::option version
|
||||||
const entry*
|
const entry*
|
||||||
FOAM_DEPRECATED_FOR(2018-10, "lookupEntryPtr(keyType::option)")
|
FOAM_DEPRECATED_FOR(2018-10, "findEntry(keyType::option)")
|
||||||
lookupEntryPtr
|
lookupEntryPtr
|
||||||
(
|
(
|
||||||
const word& keyword,
|
const word& keyword,
|
||||||
@ -1309,7 +1309,7 @@ public:
|
|||||||
//- Deprecated(2018-10)
|
//- Deprecated(2018-10)
|
||||||
// \deprecated(2018-10) - use keyType::option version
|
// \deprecated(2018-10) - use keyType::option version
|
||||||
const entry*
|
const entry*
|
||||||
FOAM_DEPRECATED_FOR(2018-10, "lookupScopedEntryPtr(keyType::option)")
|
FOAM_DEPRECATED_FOR(2018-10, "findScoped(keyType::option)")
|
||||||
lookupScopedEntryPtr
|
lookupScopedEntryPtr
|
||||||
(
|
(
|
||||||
const word& keyword,
|
const word& keyword,
|
||||||
|
|||||||
Reference in New Issue
Block a user