added cPorousType
This commit is contained in:
parent
ae7fc2f4f1
commit
6d9a1aa4bd
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue