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

functionObjects::mag: Removed redundant warning

parent 293267e9
Branches
Tags
No related merge requests found
......@@ -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;
}
......
......@@ -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
......
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