fvMeshFunctionObject: Improved log output
This commit is contained in:
parent
2215db630a
commit
1b5a7fd943
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue