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

functionObjects::fieldExpression: Standardized warning message

parent 9c37e165
Branches
Tags
No related merge requests found
......@@ -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();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment