Skip to content

Commit fd8eb41

Browse files
Merge branch 'enh/flight_prints' of https://github.com/rocketpy-team/rocketpy into enh/flight_prints
2 parents 41f55ca + 418ddfd commit fd8eb41

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

rocketpy/Flight.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,10 @@ def __init__(
638638
self._latitude = Function(0)
639639
self._longitude = Function(0)
640640
self.prints = _FlightPrints(self)
641+
self._drift = Function(0)
642+
self._bearing = Function(0)
643+
self._latitude = Function(0)
644+
self._longitude = Function(0)
641645
# Initialize solver monitors
642646
self.functionEvaluations = []
643647
self.functionEvaluationsPerTimeStep = []

0 commit comments

Comments
 (0)