From 6d9a1aa4bd4b4bc06a6acd84cc5b39315839db28 Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Wed, 25 Apr 2007 00:06:14 +0000 Subject: [PATCH] added cPorousType --- Cantera/src/oneD/Domain1D.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cantera/src/oneD/Domain1D.h b/Cantera/src/oneD/Domain1D.h index d09f18858..595f9d26d 100644 --- a/Cantera/src/oneD/Domain1D.h +++ b/Cantera/src/oneD/Domain1D.h @@ -28,7 +28,8 @@ namespace Cantera { const int cSymmType = 105; const int cOutletType = 106; const int cEmptyType = 107; - const int cOutletResType = 108; + const int cOutletResType = 108; + const int cPorousType = 109; class MultiJac; class OneDim;