From 6200d1028c54fc15a2e332e3ab6137cf6886ea3a Mon Sep 17 00:00:00 2001 From: richardgraham Date: Mon, 3 Sep 2012 03:57:00 +0000 Subject: [PATCH] Changed symbol for pressure from p to P. git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@1010 180e2498-e6e9-4542-8430-84ac67f01cd8 --- core/src/net/sf/openrocket/simulation/FlightDataType.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/net/sf/openrocket/simulation/FlightDataType.java b/core/src/net/sf/openrocket/simulation/FlightDataType.java index 6a95c304..3ad7d633 100644 --- a/core/src/net/sf/openrocket/simulation/FlightDataType.java +++ b/core/src/net/sf/openrocket/simulation/FlightDataType.java @@ -169,7 +169,7 @@ public class FlightDataType implements Comparable { //// Air temperature public static final FlightDataType TYPE_AIR_TEMPERATURE = newType(trans.get("FlightDataType.TYPE_AIR_TEMPERATURE"), "T", UnitGroup.UNITS_TEMPERATURE, 111); //// Air pressure - public static final FlightDataType TYPE_AIR_PRESSURE = newType(trans.get("FlightDataType.TYPE_AIR_PRESSURE"), "p", UnitGroup.UNITS_PRESSURE, 112); + public static final FlightDataType TYPE_AIR_PRESSURE = newType(trans.get("FlightDataType.TYPE_AIR_PRESSURE"), "P", UnitGroup.UNITS_PRESSURE, 112); //// Speed of sound public static final FlightDataType TYPE_SPEED_OF_SOUND = newType(trans.get("FlightDataType.TYPE_SPEED_OF_SOUND"), "Vs", UnitGroup.UNITS_VELOCITY, 113); -- 2.30.2