mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: remove local version of momentum::scopedName
BUG: incorrect return for unscoped functionObject name
This commit is contained in:
@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user