diff options
author | Marius Linge <atrius@pannekake.org> | 2019-03-22 01:49:10 +0100 |
---|---|---|
committer | Marius Linge <atrius@pannekake.org> | 2019-03-22 01:49:10 +0100 |
commit | 99a744ea17b2ea99b17a80d9524b767004ffe8be (patch) | |
tree | 34df7d2e5305f69e6cee4ba37a100676c4c680f8 | |
parent | c83c7265f01a9e804d10f37d3367824b4ebdcd47 (diff) |
Correct confusion with row numbers for crew seating - getting late :-)
-rw-r--r-- | planning/planning.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |