functionObjects::fieldExpression: Standardized warning message

This commit is contained in:
Henry Weller
2016-06-28 13:52:10 +01:00
parent 9abbe4d31d
commit 93e84072cc

View File

@ -121,8 +121,8 @@ bool Foam::functionObjects::fieldExpression::execute()
if (!calc())
{
Warning
<< "functionObject " << type() << ": Cannot find required field "
<< fieldName_ << endl;
<< " functionObjects::" << type() << " " << name()
<< " cannot find required field " << fieldName_ << endl;
// Clear the result field from the objectRegistry if present
clear();