From 63cf6ab9be4f82f56e2397caf290352072d11a8e Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 3 Mar 2022 14:58:32 -0500 Subject: [PATCH] remove comment --- src/misc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc.rs b/src/misc.rs index 21db1c2..73f96c8 100644 --- a/src/misc.rs +++ b/src/misc.rs @@ -136,7 +136,7 @@ pub fn test_func(function_string: String) -> Option { } pub struct SteppedVector { - data: Vec, // Assumes data is sorted from min to maximum + data: Vec, min: f64, max: f64, step: f64,