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

@ -110,7 +110,7 @@ bool Foam::functionObjects::fieldValue::write(const bool postProcess)
{
writeFiles::write();
Log << type() << " " << name() << " output:" << nl;
Log << type() << " " << name() << " write:" << nl;
return true;
}

View File

@ -179,7 +179,7 @@ bool Foam::functionObjects::fieldValues::fieldValueDelta::write
writeTime(file());
}
Log << type() << " " << name() << " output:" << endl;
Log << type() << " " << name() << " write:" << endl;
bool found = false;
processFields<scalar>(found);