functionObjects: 'output:' -> 'write:' for consistency with the naming of the 'write' function
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user