Skip to content
Snippets Groups Projects
Commit ae1ec6a4 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

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

parent b0b1ca9b
No related branches found
No related tags found
No related merge requests found
...@@ -466,8 +466,6 @@ bool Foam::functionObjects::fieldValues::surfaceFieldValue::usesSf() const ...@@ -466,8 +466,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;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment