mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
fvMeshFunctionObject: Rename 'write' -> 'writeField' to avoid clash with base-class
This commit is contained in:
@ -81,7 +81,7 @@ bool Foam::functionObjects::fieldExpression::read(const dictionary& dict)
|
||||
|
||||
bool Foam::functionObjects::fieldExpression::write(const bool postProcess)
|
||||
{
|
||||
return fvMeshFunctionObject::write(resultName_);
|
||||
return fvMeshFunctionObject::writeField(resultName_);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user