mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +00:00
replace action by operation in postprocessPhasicFlow
This commit is contained in:
@ -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))
|
||||
{
|
||||
|
Reference in New Issue
Block a user