Added a compilation define when electrolytes are included.
This commit is contained in:
parent
b7ee709be7
commit
b955c1f025
1 changed files with 3 additions and 1 deletions
|
|
@ -87,7 +87,8 @@ typedef int ftnlen; // Fortran hidden string length type
|
|||
#undef HAS_NUMERIC
|
||||
|
||||
//--------------------- Cantera -----------------------------------
|
||||
|
||||
// This is the data pathway used to locate the top of the
|
||||
// build directory.
|
||||
#undef CANTERA_ROOT
|
||||
|
||||
// This data pathway is used to locate a directory where datafiles
|
||||
|
|
@ -107,5 +108,6 @@ typedef int ftnlen; // Fortran hidden string length type
|
|||
#undef WITH_LATTICE_SOLID
|
||||
#undef WITH_STOICH_SUBSTANCE
|
||||
#undef WITH_PURE_FLUIDS
|
||||
#undef WITH_ELECTROLYTES
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue