diff options
author | Arne Sund <arnels@stortinget.samfundet.no> | 2015-03-30 21:24:21 +0200 |
---|---|---|
committer | Arne Sund <arnels@stortinget.samfundet.no> | 2015-03-30 21:24:21 +0200 |
commit | 9007d35be7bc922f9d2f858bd40e5b96529cc943 (patch) | |
tree | 94c27776a85866b46b72a849c9b8d6e76823b242 | |
parent | 7567e3006d076cde9326bfa0b4c12186d65a82f9 (diff) |
Removed overlapping interval
-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 7a499ad..b4b3dde 100644 --- a/planning/planning.cpp +++ b/planning/planning.cpp @@ -378,7 +378,7 @@ void Planner::init_switches() } // Sector 5. - if (i >= 14 && i <= 22) { + if (i >= 15 && i <= 22) { switches.push_back(Switch(i, 0)); switches.push_back(Switch(i, 1)); } |