diff --git a/etc/codeTemplates/foamCommentStyles b/etc/codeTemplates/foamCommentStyles index db5fa120b9..3c8f9f8b40 100644 --- a/etc/codeTemplates/foamCommentStyles +++ b/etc/codeTemplates/foamCommentStyles @@ -12,6 +12,12 @@ // * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // +// * * * * * * * * * * * * * * * Local Functions * * * * * * * * * * * * * * // + +// * * * * * * * * * * * * * * * Global Functions * * * * * * * * * * * * * // + +// * * * * * * * * * * * * * Static Member Functions * * * * * * * * * * * * // + // * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * // // * * * * * * * * * * * * Protected Member Functions * * * * * * * * * * * // diff --git a/etc/codeTemplates/source/_Template.C b/etc/codeTemplates/source/_Template.C index 3d6f46ded1..704fbe62a9 100644 --- a/etc/codeTemplates/source/_Template.C +++ b/etc/codeTemplates/source/_Template.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) YEAR OpenFOAM Foundation + \\ / A nd | Copyright (C) YEAR AUTHOR,AFFILIATION \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -30,6 +30,9 @@ License const dataType Foam::CLASSNAME::staticData(); +// * * * * * * * * * * * * * * * Local Functions * * * * * * * * * * * * * * // + + // * * * * * * * * * * * * * Static Member Functions * * * * * * * * * * * * //