From d586a6d0abbc690ef6a0b9708a2343fe553adbc7 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Wed, 3 Oct 2012 23:47:42 -0400 Subject: [PATCH] PPIP doesn't break with pressure, to match TPT --- src/simulation/elements/PPIP.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/simulation/elements/PPIP.cpp b/src/simulation/elements/PPIP.cpp index 799c25d8e..03830a789 100644 --- a/src/simulation/elements/PPIP.cpp +++ b/src/simulation/elements/PPIP.cpp @@ -35,8 +35,8 @@ Element_PPIP::Element_PPIP() LowPressure = IPL; LowPressureTransition = NT; - HighPressure = 10.0f; - HighPressureTransition = PT_BRMT; + HighPressure = IPH; + HighPressureTransition = NT; LowTemperature = ITL; LowTemperatureTransition = NT; HighTemperature = ITH;