STYLE: mark deprecated findIndices methods with warnings

- were deprecated Aug-2018, but not marked as such
This commit is contained in:
Mark Olesen
2020-11-20 16:21:10 +01:00
parent 7349b97ecc
commit 9122713b37
9 changed files with 24 additions and 17 deletions

View File

@ -140,7 +140,7 @@ bool Foam::functionObjects::fieldExtents::read(const dictionary& dict)
{
for (const wordRe& name : patchNames)
{
patchIDs_.insert(pbm.findIndices(name));
patchIDs_.insert(pbm.indices(name));
}
}
else