diff --git a/src/simulation/elements/SOAP.cpp b/src/simulation/elements/SOAP.cpp index 6b57d0175..d3ecdb091 100644 --- a/src/simulation/elements/SOAP.cpp +++ b/src/simulation/elements/SOAP.cpp @@ -38,7 +38,7 @@ Element_SOAP::Element_SOAP() HighPressureTransition = NT; LowTemperature = ITL; LowTemperatureTransition = NT; - HighTemperature = ITL; + HighTemperature = ITH; HighTemperatureTransition = NT; Update = &Element_SOAP::update;