Fixed issue where symbols / units for FlightDataTypes would not be defined after...
authorrichardgraham <richardgraham@180e2498-e6e9-4542-8430-84ac67f01cd8>
Mon, 4 Jun 2012 03:08:29 +0000 (03:08 +0000)
committerrichardgraham <richardgraham@180e2498-e6e9-4542-8430-84ac67f01cd8>
Mon, 4 Jun 2012 03:08:29 +0000 (03:08 +0000)
commitdc2aa2b0bd1e22f097fc38038baedf345e834e2e
tree527b94414f00c83180a704abb2367a4615b09a13
parent65eedea8e0080d564e5bfd84b35ae70bdfd4f65b
Fixed issue where symbols / units for FlightDataTypes would not be defined after loading a .ork file with data defined. Data types now figured out from the name when loading .ork file.

Also changed the priority of the data types so that custom expressions show up first.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@741 180e2498-e6e9-4542-8430-84ac67f01cd8
core/src/net/sf/openrocket/file/openrocket/importt/OpenRocketLoader.java
core/src/net/sf/openrocket/simulation/CustomExpression.java
core/src/net/sf/openrocket/simulation/FlightDataBranch.java
core/src/net/sf/openrocket/simulation/FlightDataType.java