From 865f09e6239b2f4b87e2596b7db71616f677659c Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Tue, 7 Mar 2017 18:48:57 +0100 Subject: [PATCH] STYLE: comments in codedFvOptionTemplate --- etc/codeTemplates/dynamicCode/codedFvOptionTemplate.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/codeTemplates/dynamicCode/codedFvOptionTemplate.H b/etc/codeTemplates/dynamicCode/codedFvOptionTemplate.H index c276419362..a30727ccb6 100644 --- a/etc/codeTemplates/dynamicCode/codedFvOptionTemplate.H +++ b/etc/codeTemplates/dynamicCode/codedFvOptionTemplate.H @@ -39,11 +39,11 @@ Description setValue ( fvMatrix& eqn, - const label fieldi + const label fieldi ) where : - fld is the field in fieldNames + fieldi is the index in the fields entry eqn is the fvMatrix energySource @@ -55,7 +55,7 @@ Description scalarCodedSourceCoeffs { - fieldNames (h); + fields (h); name sourceTime; codeInclude