mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
regionFunctionObject: Indent 'write' messages
This commit is contained in:
@ -49,11 +49,8 @@ bool Foam::functionObjects::regionFunctionObject::writeObject
|
||||
{
|
||||
const regIOobject& field = obr_.lookupObject<regIOobject>(fieldName);
|
||||
|
||||
if (log)
|
||||
{
|
||||
Info<< "functionObjects::" << type() << " " << name()
|
||||
<< " writing field: " << field.name() << endl;
|
||||
}
|
||||
Log << " functionObjects::" << type() << " " << name()
|
||||
<< " writing field: " << field.name() << endl;
|
||||
|
||||
field.write();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user