summaryrefslogtreecommitdiff
path: root/src/simulation/elements/PPIP.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-11-05 20:10:35 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-11-05 20:10:35 (GMT)
commit150a2e528ee41cb596b59c8a3c9ec62e9bf686fa (patch)
tree4aa02da9f38c5f24acc5ac1176d4010ace8fc8dd /src/simulation/elements/PPIP.cpp
parent8614a2d9638da8ee6982e2a8eadf95eaf5365aa6 (diff)
parent7da144fbae1dac390ddf3bbcc69a990cf91398ac (diff)
downloadpowder-150a2e528ee41cb596b59c8a3c9ec62e9bf686fa.zip
powder-150a2e528ee41cb596b59c8a3c9ec62e9bf686fa.tar.gz
Merge branch 'master' of github.com:FacialTurd/PowderToypp
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;