functionObjects::fieldExpression: Standardized warning message
This commit is contained in:
parent
9abbe4d31d
commit
93e84072cc
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue