25 lines
317 B
C++
Executable file
25 lines
317 B
C++
Executable file
|
|
#ifndef CANTERA_H_INCL
|
|
#define CANTERA_H_INCL
|
|
|
|
namespace std{}
|
|
using namespace std;
|
|
|
|
// definitions
|
|
#include "kernel/ct_defs.h"
|
|
|
|
// the Application class and associated functions
|
|
#include "kernel/global.h"
|
|
|
|
// the CanteraError exception class
|
|
#include "kernel/ctexceptions.h"
|
|
|
|
using namespace Cantera;
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|