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

@ -50,7 +50,7 @@ protected:
word fieldType_;
word action_;
word operation_;
word includeMaskType_;
@ -125,9 +125,9 @@ public:
return fieldName_ == "uniformField";
}
const word& action()const
const word& operation()const
{
return action_;
return operation_;
}
auto& timeFolder()