diff --git a/include/sim.h b/include/sim.h index 6bd397a..55add14 100644 --- a/include/sim.h +++ b/include/sim.h @@ -18,10 +18,6 @@ double const g = -9.81; bool sim(struct Vehicle &State, struct Vehicle &PrevState) { - // defining a few random values here cause I'm lazy - State.burnElapsed = 2000; - State.mass = State.massInitial; - PrevState.thrust = 0.0; outVector stateVector; // Determine when to burn