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

@ -99,7 +99,7 @@ bool Foam::functionObjects::removeRegisteredObject::execute
if (obj.ownedByRegistry())
{
Info<< type() << " " << name() << " output:" << nl
Info<< type() << " " << name() << " write:" << nl
<< " removing object " << obj.name() << nl
<< endl;

View File

@ -73,7 +73,7 @@ bool Foam::functionObjects::writeDictionary::tryDirectory
{
if (firstDict)
{
Info<< type() << " " << name() << " output:" << nl << endl;
Info<< type() << " " << name() << " write:" << nl << endl;
IOobject::writeDivider(Info);
Info<< endl;
@ -173,7 +173,7 @@ bool Foam::functionObjects::writeDictionary::write(const bool postProcess)
{
if (firstDict)
{
Info<< type() << " " << name() << " output:" << nl << endl;
Info<< type() << " " << name() << " write:" << nl << endl;
IOobject::writeDivider(Info);
Info<< endl;

View File

@ -101,7 +101,7 @@ bool Foam::functionObjects::writeRegisteredObject::write
const bool postProcess
)
{
Info<< type() << " " << name() << " output:" << nl;
Info<< type() << " " << name() << " write:" << nl;
if (!obr_.time().writeTime())
{