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 2d1573d2ed
commit 2ff102c5db
4 changed files with 7 additions and 4 deletions

View File

@ -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))
{