diff --git a/src/postProcessing/functionObjects/field/fieldExpression/fieldExpression.H b/src/postProcessing/functionObjects/field/fieldExpression/fieldExpression.H index f6c7eb227fb2d6f2cf5c5c365ddcccbd18e4de99..f5d0befd365a298ec5e1019f0f9a44bbf248fbb6 100644 --- a/src/postProcessing/functionObjects/field/fieldExpression/fieldExpression.H +++ b/src/postProcessing/functionObjects/field/fieldExpression/fieldExpression.H @@ -113,10 +113,10 @@ public: //- Read the fieldExpression data virtual bool read(const dictionary&); - //- Calculate the fieldExpressionergence field + //- Calculate the result field virtual bool execute(const bool postProcess = false); - //- Write the fieldExpressionergence field + //- Write the result field virtual bool write(const bool postProcess = false); //- Clear the result field from the objectRegistry