Comment out exception test code
This commit is contained in:
parent
9a06464afe
commit
37ffdf2f69
@ -700,9 +700,9 @@ public class BasicEventSimulationEngine implements SimulationEngine {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// test -- force an exception if we aren't the sustainer
|
// test -- force an exception if we aren't the sustainer
|
||||||
if (currentStatus.getConfiguration().isStageActive(0)) {
|
// if (currentStatus.getConfiguration().isStageActive(0)) {
|
||||||
throw new SimulationCalculationException("test", currentStatus.getFlightDataBranch());
|
// throw new SimulationCalculationException("test", currentStatus.getFlightDataBranch());
|
||||||
}
|
// }
|
||||||
|
|
||||||
// Can't calculate stability. If it's the sustainer we'll abort; if a booster
|
// 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
|
// we'll just transition to tumbling (if it's a booster and under thrust code elsewhere
|
||||||
|
Loading…
x
Reference in New Issue
Block a user