STYLE: remove local version of momentum::scopedName

BUG: incorrect return for unscoped functionObject name
This commit is contained in:
Mark Olesen
2021-12-07 15:36:23 +01:00
parent b25e1486de
commit 65bc8d1140
3 changed files with 3 additions and 12 deletions

View File

@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2018-2020 OpenCFD Ltd.
Copyright (C) 2018-2021 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -225,15 +225,6 @@ protected:
//- Write momentum data
void writeValues(Ostream& os);
// Protected Member Functions
//- Return a scoped name
// TODO - revisit issue #1675
word scopedName(const word& base) const
{
return IOobject::scopedName(this->name(), base);
}
public: