Guarded against CANTERA_APP being defined previously
This commit is contained in:
parent
d96c4a119c
commit
46e80acd92
1 changed files with 3 additions and 0 deletions
|
|
@ -3,7 +3,10 @@
|
|||
#define CANTERA_H_INCL
|
||||
|
||||
// definitions
|
||||
#ifndef CANTERA_APP
|
||||
#define CANTERA_APP
|
||||
#endif
|
||||
|
||||
#include "kernel/ct_defs.h"
|
||||
|
||||
// some useful functions
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue