BISICLES AMR ice sheet model  0.9
BISICLES_VERSION.H
Go to the documentation of this file.
1 #ifdef CH_LANG_CC
2 /*
3  * _______ __
4  * / ___/ / ___ __ _ / / ___
5  * / /__/ _ \/ _ \/ V \/ _ \/ _ \
6  * \___/_//_/\___/_/_/_/_.__/\___/
7  * Please refer to Copyright.txt, in Chombo's root directory.
8  */
9 #endif
10 
11 #ifndef _BISICLES_VERSION_H_
12 #define _BISICLES_VERSION_H_
13 #include "CHOMBO_VERSION.H"
14 #include "BaseNamespaceHeader.H"
18 #define BISICLES_VERSION_MAJOR 1
19 #define BISICLES_VERSION_MINOR 1
20 #define BISICLES_PATCH_NUMBER 0
21 
24 #define BISICLES_CHOMBO_VERSION 3.2.5
25 #define BISICLES_CHOMBO_SVN_REVISION 23113
26 
30 #define BISICLES_TRUNK TRUE
31 
41 #include "BaseNamespaceFooter.H"
42 #endif