From 8f74dbadf82119cc5b82c59cdc1413d89c521edf Mon Sep 17 00:00:00 2001
From: "Dyer, Pamela (ORISE Fellow)" <pamela.dyer@nps.edu>
Date: Thu, 20 Jun 2024 12:36:02 -0700
Subject: [PATCH] Update Falcon_9_Launch_with_Gantt.mp

---
 models/Application Examples/Falcon_9_Launch_with_Gantt.mp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/models/Application Examples/Falcon_9_Launch_with_Gantt.mp b/models/Application Examples/Falcon_9_Launch_with_Gantt.mp
index abd4adb..e2ca3f6 100644
--- a/models/Application Examples/Falcon_9_Launch_with_Gantt.mp	
+++ b/models/Application Examples/Falcon_9_Launch_with_Gantt.mp	
@@ -6,6 +6,7 @@
 │*│ │     Professor: Dr. Kristin Giammarco.              │ │
 │*│ │  Edited by Pamela Dyer in November, 2021.          │ │
 │*│ │  Edited by Keane Reynolds in November, 2021.       │ │
+│*│ │  Edited by Pamela Dyer in June, 2024.              │ │
 │*│ └────────────────────────────────────────────────────┘ │
 │*│                                                        │
 │*│ ┌─[ Purpose ]────────────────────────────────────────┐ │
@@ -202,7 +203,7 @@ BAR CHART gantt_2 { TITLE("Falcon 9 Timeline (seconds)");
 	ROTATE; 
 };
 
-COORDINATE $e: $$EVENT
+COORDINATE <SORT> $e: ( $$ATOM | $$COMPOSITE )
 	DO 	
 		gantt_1 		<|
 			event_name: 	SAY($e),
-- 
GitLab