From b955c1f025cac16ec227f25c7e85d69c148c2f75 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Thu, 20 Oct 2005 23:33:37 +0000 Subject: [PATCH] Added a compilation define when electrolytes are included. --- config.h.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.h.in b/config.h.in index fd2930a79..3d76e191f 100755 --- a/config.h.in +++ b/config.h.in @@ -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