Chombo + EB  3.0
BaseNamespaceHeader.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  #ifdef CH_NAMESPACE
17  #define CH_XD Chombo
18  namespace Chombo
19  {
20  #else
21  #define CH_XD
22  #endif
23  #ifdef INSIDEBASE
24  Fail now: matching BaseNamespaceHeader.H not in this scope. You probably have a \#include BaseNamespaceHeader.H followed by another \#include BaseNamespaceHeader.H, instead of followed by a \#include BaseNamespaceFooter.H.
25  #endif
26  #define INSIDEBASE
27 #endif
Fail now
Definition: BaseNamespaceFooter.H:15