regionFunctionObject: Indent 'write' messages
This commit is contained in:
parent
5badb830e9
commit
b50e21467f
1 changed files with 2 additions and 5 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue