mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: mark deprecated findIndices methods with warnings
- were deprecated Aug-2018, but not marked as such
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user