Fixed correspondence of reactor type string names to integer constants
This commit is contained in:
parent
051a08933f
commit
dec9c269a1
1 changed files with 2 additions and 2 deletions
|
|
@ -23,8 +23,8 @@ static string _types[] = {"Reservoir", "Reactor", "ConstPressureReactor",
|
|||
};
|
||||
|
||||
// these constants are defined in ReactorBase.h
|
||||
static int _itypes[] = {ReservoirType, ReactorType, FlowReactorType,
|
||||
ConstPressureReactorType
|
||||
static int _itypes[] = {ReservoirType, ReactorType, ConstPressureReactorType,
|
||||
FlowReactorType
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue