Skip to content

Commit

Permalink
maint: deleted repeated lines of code
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusStano committed Nov 13, 2022
1 parent 8bbe42f commit d0da62b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions rocketpy/Flight.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,11 +637,10 @@ def __init__(
self._bearing = Function(0)
self._latitude = Function(0)
self._longitude = Function(0)

# Initialize prints and plots objects
self.prints = _FlightPrints(self)
self._drift = Function(0)
self._bearing = Function(0)
self._latitude = Function(0)
self._longitude = Function(0)

# Initialize solver monitors
self.functionEvaluations = []
self.functionEvaluationsPerTimeStep = []
Expand Down

0 comments on commit d0da62b

Please sign in to comment.