From 92ef47987a2834f96f9baf31bf5800cb01f5466f Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Tue, 10 Feb 2009 16:14:37 +0000 Subject: [PATCH] Added def for AqueousKinetics --- Cantera/src/thermo/mix_defs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Cantera/src/thermo/mix_defs.h b/Cantera/src/thermo/mix_defs.h index 32e72bf12..fef148800 100755 --- a/Cantera/src/thermo/mix_defs.h +++ b/Cantera/src/thermo/mix_defs.h @@ -110,6 +110,7 @@ namespace Cantera { const int cLineKinetics = 5; const int cEdgeKinetics = 6; const int cSolidKinetics = 7; + const int cAqueousKinetics = 8; } #endif