summaryrefslogtreecommitdiff
path: root/src/simulation/elements/PPIP.cpp
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2012-10-04 03:47:42 (GMT)
committer jacksonmj <mj-pt@jacksonmj.co.uk>2012-11-03 16:11:54 (GMT)
commitd586a6d0abbc690ef6a0b9708a2343fe553adbc7 (patch)
treeda2fcaa238dad6f22d4300fdc9b226d1064e9270 /src/simulation/elements/PPIP.cpp
parent2ed53a99aee2c12f1a362f5d879bab3f23d4d713 (diff)
downloadpowder-d586a6d0abbc690ef6a0b9708a2343fe553adbc7.zip
powder-d586a6d0abbc690ef6a0b9708a2343fe553adbc7.tar.gz
PPIP doesn't break with pressure, to match TPT
Diffstat (limited to 'src/simulation/elements/PPIP.cpp')
-rw-r--r--src/simulation/elements/PPIP.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simulation/elements/PPIP.cpp b/src/simulation/elements/PPIP.cpp
index 799c25d..03830a7 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;