From 1b500ea18dce4f8255217c975622d06b75504a69 Mon Sep 17 00:00:00 2001 From: Henry Weller <http://cfd.direct> Date: Thu, 26 May 2016 10:14:29 +0100 Subject: [PATCH] functionObjects::fieldExpression: Corrected docs --- .../functionObjects/field/fieldExpression/fieldExpression.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/postProcessing/functionObjects/field/fieldExpression/fieldExpression.H b/src/postProcessing/functionObjects/field/fieldExpression/fieldExpression.H index f6c7eb227fb..f5d0befd365 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 -- GitLab