fvMeshFunctionObject: Improved log output

This commit is contained in:
Henry Weller
2016-05-21 20:08:28 +01:00
parent 447c850987
commit 3009367a88

View File

@ -46,8 +46,8 @@ bool Foam::functionObjects::fvMeshFunctionObject::write(const word& fieldName)
{ {
const regIOobject& field = mesh_.lookupObject<regIOobject>(fieldName); const regIOobject& field = mesh_.lookupObject<regIOobject>(fieldName);
Info<< type() << " " << name() << " writing:" << nl Info<< "functionObjects::" << type() << " " << name()
<< " field " << field.name() << nl << endl; << " writing field: " << field.name() << endl;
field.write(); field.write();