mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
fvMeshFunctionObject: Rename 'write' -> 'writeField' to avoid clash with base-class
This commit is contained in:
@ -40,7 +40,10 @@ namespace functionObjects
|
||||
|
||||
// * * * * * * * * * * * * * Protected Member Functions * * * * * * * * * * //
|
||||
|
||||
bool Foam::functionObjects::fvMeshFunctionObject::write(const word& fieldName)
|
||||
bool Foam::functionObjects::fvMeshFunctionObject::writeField
|
||||
(
|
||||
const word& fieldName
|
||||
)
|
||||
{
|
||||
if (mesh_.foundObject<regIOobject>(fieldName))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user