Skip to content
Snippets Groups Projects
Commit b50e2146 authored by Henry Weller's avatar Henry Weller
Browse files

regionFunctionObject: Indent 'write' messages

parent 5badb830
Branches
Tags
1 merge request!60Merge foundation
......@@ -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();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment