STYLE: additional divisions for code templates

This commit is contained in:
Mark Olesen 2017-07-11 08:48:10 +02:00
parent ac0053b8b2
commit 9097801105
2 changed files with 10 additions and 1 deletions

View File

@ -12,6 +12,12 @@
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
// * * * * * * * * * * * * * * * Local Functions * * * * * * * * * * * * * * //
// * * * * * * * * * * * * * * * Global Functions * * * * * * * * * * * * * //
// * * * * * * * * * * * * * Static Member Functions * * * * * * * * * * * * //
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
// * * * * * * * * * * * * Protected Member Functions * * * * * * * * * * * //

View File

@ -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 * * * * * * * * * * * * //