functionObjects::blendingFactor: Removed redundant warning
This commit is contained in:
parent
48e5817039
commit
640b38bbce
1 changed files with 0 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue