Removed TODO comment for launchRodVelocity.

This commit is contained in:
Kevin Ruland 2012-01-17 02:58:42 +00:00
parent c3cfb2e781
commit 7e10554dfb

View File

@ -1558,7 +1558,6 @@ class FlightDataHandler extends ElementHandler {
} catch (NumberFormatException ignore) {
}
// TODO: HIGH: Store and load launchRodVelocity
data = new FlightData(maxAltitude, maxVelocity, maxAcceleration, maxMach,
timeToApogee, flightTime, groundHitVelocity, launchRodVelocity, deploymentVelocity);
}