Skip to content

Commit

Permalink
Fix typo #27
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxyyyqqq12345 authored Mar 8, 2019
1 parent 14dc7e2 commit e078679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orbitx/physics.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def _collision_decision(self, t, y, altitude_event):
else:
self._land(e1, e2)
elif e2.artificial:
self._land(e2, e1)
self._land(e2, e1)
else:
self._bounce(e1, e2)

Expand Down

0 comments on commit e078679

Please sign in to comment.