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 Andrew Heather
parent b3fa961991
commit 922c3c57d5

View File

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