Chombo + EB + MF  3.2
UsingBaseNamespace.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 CH_LANG_FORT
12  #ifdef CH_XD
13  #undef DIM_NAMESPACE
14  #undef CH_XD
15  #endif
16 
17  #ifdef CH_NAMESPACE
18  #define CH_XD Chombo
19  #else
20  #define CH_XD
21  #endif
22 
23  #ifdef CH_NAMESPACE
24  using namespace Chombo;
25  #endif
26 #endif