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