Skip to content
GitLab
Explore
Sign in
Register
This is an archived project. Repository and other project resources are read-only.
Commits on Source (1)
STYLE: avoid deprecated method
· ceb54d68
Mark OLESEN
authored
Aug 04, 2019
ceb54d68
Hide whitespace changes
Inline
Side-by-side
src/catalyst/catalystFunctionObject.C
View file @
ceb54d68
...
...
@@ -149,7 +149,7 @@ bool Foam::functionObjects::catalystFunctionObject::read(const dictionary& dict)
{
functionObject
::
read
(
dict
);
const
dictionary
*
inputDictPtr
=
dict
.
sub
Dict
Ptr
(
"inputs"
);
const
dictionary
*
inputDictPtr
=
dict
.
find
Dict
(
"inputs"
);
if
(
!
inputDictPtr
||
inputDictPtr
->
empty
())
{
...
...