fvMeshFunctionObject: Rename 'write' -> 'writeField' to avoid clash with base-class
This commit is contained in:
@ -93,7 +93,7 @@ protected:
|
||||
);
|
||||
|
||||
//- Write field if present in objectRegistry
|
||||
virtual bool write(const word& fieldName);
|
||||
bool writeField(const word& fieldName);
|
||||
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user