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

fvMeshFunctionObject: Improved log output

parent 447c8509
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,8 @@ bool Foam::functionObjects::fvMeshFunctionObject::write(const word& fieldName)
{
const regIOobject& field = mesh_.lookupObject<regIOobject>(fieldName);
Info<< type() << " " << name() << " writing:" << nl
<< " field " << field.name() << nl << endl;
Info<< "functionObjects::" << type() << " " << name()
<< " writing field: " << field.name() << endl;
field.write();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment