ENH: Added name to output of fieldValueDelta function object

This commit is contained in:
andy
2013-02-28 18:42:09 +00:00
parent 42821a0ac7
commit 466d2a99c5

View File

@ -160,7 +160,7 @@ void Foam::fieldValues::fieldValueDelta::write()
if (log_)
{
Info<< type() << " output:" << endl;
Info<< type() << " " << name_ << " output:" << endl;
}
bool found = false;