Changed symbol for pressure from p to P.
authorrichardgraham <richardgraham@180e2498-e6e9-4542-8430-84ac67f01cd8>
Mon, 3 Sep 2012 03:57:00 +0000 (03:57 +0000)
committerrichardgraham <richardgraham@180e2498-e6e9-4542-8430-84ac67f01cd8>
Mon, 3 Sep 2012 03:57:00 +0000 (03:57 +0000)
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

index 6a95c3045d53e3db01ddc8310054428346b27159..3ad7d633e7711eeb461c86ffdf98602ab331dcbd 100644 (file)
@@ -169,7 +169,7 @@ public class FlightDataType implements Comparable<FlightDataType> {
        //// 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);