fvMeshFunctionObject: Rename 'write' -> 'writeField' to avoid clash with base-class

This commit is contained in:
Henry Weller
2016-05-22 16:30:12 +01:00
parent d474c97ced
commit 15773bf1b7
4 changed files with 7 additions and 4 deletions

View File

@ -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_);
}