From 62f219a9637042782ae6b763174de6d28c999d10 Mon Sep 17 00:00:00 2001 From: JoePfeiffer Date: Fri, 13 May 2022 15:28:01 -0600 Subject: [PATCH] clean up a line of debug code --- core/src/net/sf/openrocket/simulation/BasicLandingStepper.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/net/sf/openrocket/simulation/BasicLandingStepper.java b/core/src/net/sf/openrocket/simulation/BasicLandingStepper.java index c2e492d77..f6fe081a0 100644 --- a/core/src/net/sf/openrocket/simulation/BasicLandingStepper.java +++ b/core/src/net/sf/openrocket/simulation/BasicLandingStepper.java @@ -82,7 +82,6 @@ public class BasicLandingStepper extends AbstractSimulationStepper { final double a = linearAcceleration.z; final double v = status.getRocketVelocity().z; final double z0 = status.getRocketPosition().z; - final double z = linearAcceleration.x; // The new timestep is the solution of // 1/2 at^2 + vt + z0 = 0