replace action by operation in postprocessPhasicFlow

This commit is contained in:
hamidrezanorouzi
2022-10-10 12:48:36 +03:30
parent 0eae4ef319
commit e83eeffd7b
3 changed files with 8 additions and 8 deletions

View File

@ -33,7 +33,7 @@ pFlow::processField::processField(
pointToCell_(pToCell),
timeFolder_(rep),
processedFieldName_(dict.name()),
action_(dict.getVal<word>("action")),
operation_(dict.getVal<word>("operation")),
includeMaskType_(dict.getVal<word>("includeMask")),
threshold_(dict.getValOrSet<int32>("threshold", 1))
{