BUG: Sf field ignored for sumDirection operation (fixes #1287)

This commit is contained in:
Mark Olesen
2019-04-16 18:32:07 +02:00
committed by mattijs
parent 78e72563e3
commit 29f40170de

View File

@ -466,8 +466,6 @@ bool Foam::functionObjects::fieldValues::surfaceFieldValue::usesSf() const
case opSum:
case opSumMag:
case opAverage:
case opSumDirection:
case opSumDirectionBalance:
{
return false;
}