Skip to content

Commit

Permalink
moved simulation dates
Browse files Browse the repository at this point in the history
  • Loading branch information
bertiqwerty committed Aug 21, 2023
1 parent 2f25aea commit 4c31ee8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ impl SimInput {
is_eyr_independent: true,
n_months: "360".to_string(),
start_month_slider: MonthSlider::new(
Date::new(1950, 1).unwrap(),
Date::new(2022, 12).unwrap(),
SliderState::Some(346),
Date::new(1970, 1).unwrap(),
Date::new(2050, 12).unwrap(),
SliderState::Some(480),
),
}
}
Expand Down

0 comments on commit 4c31ee8

Please sign in to comment.