[cantera2.0]: missing a piece in config.h
This commit is contained in:
parent
c9169033ff
commit
5971d4ba70
1 changed files with 6 additions and 1 deletions
|
|
@ -62,7 +62,12 @@ typedef int ftnlen; // Fortran hidden string length type
|
|||
|
||||
#define STRING_LEN_AT_END
|
||||
#define STORE_MOLE_FRACTIONS
|
||||
|
||||
|
||||
#ifdef DEBUG_MODE
|
||||
#define DEBUG_MODE_ENABLED 1
|
||||
#else
|
||||
#define DEBUG_MODE_ENABLED 0
|
||||
#endif
|
||||
])
|
||||
|
||||
# ------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue