From fb1622da41581c0f94d878361ce10f92c2305d08 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Sat, 3 Jun 2017 18:11:17 -0400 Subject: [PATCH] minor bugfix, this is a test TESTING 123 --- src/simulation/elements/SOAP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;