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

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

parent 4569a8b3
No related branches found
No related tags found
No related merge requests found
......@@ -466,8 +466,6 @@ bool Foam::functionObjects::fieldValues::surfaceFieldValue::usesSf() const
case opSum:
case opSumMag:
case opAverage:
case opSumDirection:
case opSumDirectionBalance:
{
return false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment