From e07867918b3d712205b28e75a8d75568057fe791 Mon Sep 17 00:00:00 2001 From: xxxyyyqqq12345 Date: Fri, 8 Mar 2019 14:36:23 -0500 Subject: [PATCH] Fix typo #27 --- orbitx/physics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orbitx/physics.py b/orbitx/physics.py index 8615678..64708f7 100644 --- a/orbitx/physics.py +++ b/orbitx/physics.py @@ -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)