functionObjects: 'output:' -> 'write:' for consistency with the naming of the 'write' function

This commit is contained in:
Henry Weller
2016-06-09 16:06:44 +01:00
parent fd734554b9
commit 13f91bf5de
15 changed files with 17 additions and 17 deletions

View File

@ -135,7 +135,7 @@ void Foam::functionObjects::fieldAverage::calcAverages()
}
Log
<< type() << " " << name() << " output:" << nl
<< type() << " " << name() << " write:" << nl
<< " Calculating averages" << nl;
addMeanSqrToPrime2Mean<scalar, scalar>();