diff options
Diffstat (limited to 'src/simulation/elements/PPIP.cpp')
| -rw-r--r-- | src/simulation/elements/PPIP.cpp | 4 |
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; |
