diff --git a/src/zeroD/ReactorFactory.cpp b/src/zeroD/ReactorFactory.cpp index 0edbb0a51..53eac7977 100644 --- a/src/zeroD/ReactorFactory.cpp +++ b/src/zeroD/ReactorFactory.cpp @@ -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 }; /**