From 37ffdf2f690dc1b00c28b0717fe70a382784318f Mon Sep 17 00:00:00 2001 From: JoePfeiffer Date: Tue, 23 Apr 2024 09:25:03 -0600 Subject: [PATCH] Comment out exception test code --- .../core/simulation/BasicEventSimulationEngine.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/main/java/info/openrocket/core/simulation/BasicEventSimulationEngine.java b/core/src/main/java/info/openrocket/core/simulation/BasicEventSimulationEngine.java index 035870890..a29e51a03 100644 --- a/core/src/main/java/info/openrocket/core/simulation/BasicEventSimulationEngine.java +++ b/core/src/main/java/info/openrocket/core/simulation/BasicEventSimulationEngine.java @@ -700,9 +700,9 @@ public class BasicEventSimulationEngine implements SimulationEngine { } // test -- force an exception if we aren't the sustainer - if (currentStatus.getConfiguration().isStageActive(0)) { - throw new SimulationCalculationException("test", currentStatus.getFlightDataBranch()); - } + // if (currentStatus.getConfiguration().isStageActive(0)) { + // throw new SimulationCalculationException("test", currentStatus.getFlightDataBranch()); + // } // Can't calculate stability. If it's the sustainer we'll abort; if a booster // we'll just transition to tumbling (if it's a booster and under thrust code elsewhere