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:
@ -121,7 +121,7 @@ bool Foam::functionObjects::fieldCoordinateSystemTransform::write
|
||||
{
|
||||
forAll(fieldSet_, fieldi)
|
||||
{
|
||||
fvMeshFunctionObject::write(transformFieldName(fieldSet_[fieldi]));
|
||||
fvMeshFunctionObject::writeField(transformFieldName(fieldSet_[fieldi]));
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user