ENH: Updated FreeFOAM ascii-art in template-files
[freefoam.git] / data / templates / foamUtilTemplate.cfg
bloba182ef917ec35e4e87c9d753f5413252f10ea677
1 /*--------------------------------*- C++ -*----------------------------------*\
2 |               ______                _     ____          __  __              |
3 |              |  ____|             _| |_  / __ \   /\   |  \/  |             |
4 |              | |__ _ __ ___  ___ /     \| |  | | /  \  | \  / |             |
5 |              |  __| '__/ _ \/ _ ( (| |) ) |  | |/ /\ \ | |\/| |             |
6 |              | |  | | |  __/  __/\_   _/| |__| / ____ \| |  | |             |
7 |              |_|  |_|  \___|\___|  |_|   \____/_/    \_\_|  |_|             |
8 |                                                                             |
9 |                   FreeFOAM: The Cross-Platform CFD Toolkit                  |
10 |                   Version:  0.1.0                                           |
11 |                   Web:      http://freefoam.sourceforge.net                 |
12 \*---------------------------------------------------------------------------*/
13 // className tool definition
15 description     "";
17 classNameDict
19     type            dictionary;
20     description     "className control dictionary";
21     dictionaryPath  "system";
23     entries
24     {
25         arguments
26         {
27             type        rootCaseTimeArguments;
28         }
29     }
32 // ********************* vim: set ft=cpp sw=4 sts=4 et: ******************** //