added cPorousType

This commit is contained in:
Dave Goodwin 2007-04-25 00:06:14 +00:00
parent ae7fc2f4f1
commit 6d9a1aa4bd

View file

@ -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;