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

@ -93,7 +93,7 @@ protected:
);
//- Write field if present in objectRegistry
virtual bool write(const word& fieldName);
bool writeField(const word& fieldName);
private: