functionObjects::fieldExpression: Corrected docs

This commit is contained in:
Henry Weller
2016-05-26 10:14:29 +01:00
parent 693813aa90
commit 1b500ea18d

View File

@ -113,10 +113,10 @@ public:
//- Read the fieldExpression data //- Read the fieldExpression data
virtual bool read(const dictionary&); virtual bool read(const dictionary&);
//- Calculate the fieldExpressionergence field //- Calculate the result field
virtual bool execute(const bool postProcess = false); virtual bool execute(const bool postProcess = false);
//- Write the fieldExpressionergence field //- Write the result field
virtual bool write(const bool postProcess = false); virtual bool write(const bool postProcess = false);
//- Clear the result field from the objectRegistry //- Clear the result field from the objectRegistry