mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
functionObjects: 'output:' -> 'write:' for consistency with the naming of the 'write' function
This commit is contained in:
@ -117,7 +117,7 @@ bool Foam::functionObjects::histogram::execute(const bool postProcess)
|
||||
|
||||
bool Foam::functionObjects::histogram::write(const bool postProcess)
|
||||
{
|
||||
Log << type() << " " << name() << " output:" << nl;
|
||||
Log << type() << " " << name() << " write:" << nl;
|
||||
|
||||
const fvMesh& mesh = refCast<const fvMesh>(obr_);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user