possibility to truncate timeseries with --start/stop cli arguments

This commit is contained in:
Daniel Bauer
2018-12-04 16:56:43 +01:00
parent 79db640a7b
commit d758c843d8
7 changed files with 54 additions and 24 deletions

View File

@@ -38,6 +38,8 @@ pub struct Config {
pub cyclic: bool,
pub output: String,
pub bootstrap: usize,
pub start: f64,
pub end: f64,
}
impl fmt::Display for Config {