remove comment

This commit is contained in:
Simon Gardling 2022-03-03 14:58:32 -05:00
parent 9aa4088731
commit 63cf6ab9be

View File

@ -136,7 +136,7 @@ pub fn test_func(function_string: String) -> Option<String> {
}
pub struct SteppedVector {
data: Vec<f64>, // Assumes data is sorted from min to maximum
data: Vec<f64>,
min: f64,
max: f64,
step: f64,