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:
@ -135,7 +135,7 @@ void Foam::functionObjects::fieldAverage::calcAverages()
|
||||
}
|
||||
|
||||
Log
|
||||
<< type() << " " << name() << " output:" << nl
|
||||
<< type() << " " << name() << " write:" << nl
|
||||
<< " Calculating averages" << nl;
|
||||
|
||||
addMeanSqrToPrime2Mean<scalar, scalar>();
|
||||
|
||||
Reference in New Issue
Block a user