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

functionObjects::blendingFactor: Removed redundant warning

parent 48e58170
Branches
Tags
1 merge request!60Merge foundation
......@@ -47,12 +47,6 @@ bool Foam::functionObjects::blendingFactor::calc()
processed = processed || calcBF<scalar>();
processed = processed || calcBF<vector>();
if (!processed)
{
WarningInFunction
<< "Unprocessed field " << fieldName_ << endl;
}
return processed;
}
......
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