mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
functionObjects: 'valueOutput' -> 'writeFields'
This commit is contained in:
@ -47,9 +47,9 @@ inline const Foam::wordList& Foam::functionObjects::fieldValue::fields() const
|
||||
|
||||
|
||||
inline const Foam::Switch&
|
||||
Foam::functionObjects::fieldValue::valueOutput() const
|
||||
Foam::functionObjects::fieldValue::writeFields() const
|
||||
{
|
||||
return valueOutput_;
|
||||
return writeFields_;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user