From 99a744ea17b2ea99b17a80d9524b767004ffe8be Mon Sep 17 00:00:00 2001 From: Marius Linge Date: Fri, 22 Mar 2019 01:49:10 +0100 Subject: Correct confusion with row numbers for crew seating - getting late :-) --- planning/planning.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planning/planning.cpp b/planning/planning.cpp index dd7966e..3c215be 100644 --- a/planning/planning.cpp +++ b/planning/planning.cpp @@ -370,7 +370,7 @@ void Planner::init_switches() switches.push_back(Switch(i, 3)); } - /* Crew seating spans from row 38 to row 40 on the west side */ + /* Crew seating spans from row 75 to row 80 on the west side */ if (i >= 38 && i <= 40) { switches.push_back(Switch(i,0)); // Crew seating switches.push_back(Switch(i,1)); // Crew seating -- cgit v1.2.3