mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
fvMeshFunctionObject: Improved log output
This commit is contained in:
@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user