Cantera  2.0
Cantera.h
1 #ifndef CANTERA_H_INCL
2 #define CANTERA_H_INCL
3 
4 // Current 'Cantera.h' header
5 
6 
7 // definitions
8 #ifndef CANTERA_APP
9 #define CANTERA_APP
10 #endif
11 
12 namespace Cantera_CXX{ }
13 
14 using namespace Cantera_CXX;
15 
16 #include "base/ct_defs.h"
17 
18 // some useful functions
19 #include "base/global.h"
20 
21 // the CanteraError exception class
22 #include "base/ctexceptions.h"
23 
24 // The Cantera logger class
25 #include "base/logger.h"
26 
27 // Include the timer
28 #include "base/clockWC.h"
29 
30 // Include routines for reading and writing XML files
31 #include "base/xml.h"
32 
33 // Include string utility routines
34 #include "base/stringUtils.h"
35 
36 #endif