functionObjects:🔍 Removed redundant warning

This commit is contained in:
Henry Weller
2016-05-26 10:14:07 +01:00
parent 293267e924
commit 693813aa90
2 changed files with 3 additions and 8 deletions

View File

@ -50,12 +50,6 @@ bool Foam::functionObjects::mag::calc()
processed = processed || calcMag<symmTensor>();
processed = processed || calcMag<tensor>();
if (!processed)
{
WarningInFunction
<< "Unprocessed field " << fieldName_ << endl;
}
return processed;
}

View File

@ -28,8 +28,9 @@ Group
grpFieldFunctionObjects
Description
This function object calculates the magnitude of a field. The operation
can be applied to any volume or surface fieldsm and the output is a
This function object calculates the magnitude of a field.
The operation can be applied to any volume or surface fields generating a
volume or surface scalar field.
SeeAlso