diff options
author | Arne Sund <arnels@samfundet.no> | 2015-02-21 11:17:38 +0100 |
---|---|---|
committer | Arne Sund <arnels@samfundet.no> | 2015-02-21 11:17:38 +0100 |
commit | e74613906396d1000999818d06043a5f02b2a6d6 (patch) | |
tree | ac39c6616553f1012e00ce7496e4bc2432bf668b /planning/planning.cpp | |
parent | 09bf1fafd7c333da8a9630322adc9e2c21a27149 (diff) |
Added this year sector gaps
Diffstat (limited to 'planning/planning.cpp')
-rw-r--r-- | planning/planning.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/planning/planning.cpp b/planning/planning.cpp index a20c3c1..dafa3fa 100644 --- a/planning/planning.cpp +++ b/planning/planning.cpp @@ -137,10 +137,10 @@ struct VerticalGap { }; // 3, 4m, 4m, 4m gaps (0.6m, 1.6m, 1.6m, 1.6m extra). vector<VerticalGap> vertical_gaps = { - { 5, 6 }, - { 13, 16 }, - { 21, 16 }, - { 30, 16 }, + { 7, 17 }, + { 14, 17 }, + { 22, 17 }, + { 31, 17 }, }; class Planner { |