From 909780110559a83a8f3f95ea4dd4e29e6110f9b0 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Tue, 11 Jul 2017 08:48:10 +0200 Subject: [PATCH] STYLE: additional divisions for code templates --- etc/codeTemplates/foamCommentStyles | 6 ++++++ etc/codeTemplates/source/_Template.C | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) 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 * * * * * * * * * * * * //