Rename burstPressure to getBurstPressure so it shows up on the editor.
[sw/motorsim] / gui / com / billkuker / rocketry / motorsim / visual / BurnPanel.java
index 632d273b00385686c7e5c5aebe5b1700f365893d..2245cc1a8a3384eefc5560c1052f288ab8a4fcca 100644 (file)
@@ -154,7 +154,7 @@ public class BurnPanel extends JPanel {
                                pressure.addRangeMarker(bi.maxPressure(), "Max", Color.BLACK);\r
                                burnRate.addDomainMarker(bi.maxPressure(), "Max", RED);\r
                                \r
-                               Amount<Pressure> burst = b.getMotor().getChamber().burstPressure();\r
+                               Amount<Pressure> burst = b.getMotor().getChamber().getBurstPressure();\r
                                if ( burst != null ){\r
                                        pressure.addRangeMarker(burst, "Burst", saftyColor);\r
                                }\r