From 82ddea9abeefce4b2c3cd19e4a9afc091173eb7d Mon Sep 17 00:00:00 2001 From: "Dyer, Pamela (ORISE Fellow)" <pamela.dyer@nps.edu> Date: Tue, 18 Jun 2024 15:56:06 -0700 Subject: [PATCH] Update Martian_Lander.mp --- models/Application Examples/Martian_Lander.mp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/Application Examples/Martian_Lander.mp b/models/Application Examples/Martian_Lander.mp index 7ffd4d1..af87fa1 100644 --- a/models/Application Examples/Martian_Lander.mp +++ b/models/Application Examples/Martian_Lander.mp @@ -192,7 +192,7 @@ TABLE Time_table{ TITLE("Event timings"); CLEAR Time_table; /* prepare for the new event trace */ /* pick up timing for some events */ -COORDINATE $x: (IVEL | IALT | TDP | ADJM | fire_RRM | +COORDINATE <SORT> $x: (IVEL | IALT | TDP | ADJM | fire_RRM | Emergency_Landing | Lands | stop_Timer1) DO Time_table <| event_name: SAY($x), start_time: $x.start.smallest, -- GitLab