From 918bae6bec4d85e6c36644992900717b76be819f Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 14 Feb 2022 09:58:09 -0500 Subject: [PATCH] old comment --- src/func_plot.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/func_plot.rs b/src/func_plot.rs index 62f17e6..66e8c17 100644 --- a/src/func_plot.rs +++ b/src/func_plot.rs @@ -74,7 +74,6 @@ fn integral_rectangles( false => tmp2, }; - // Add current rectangle's area to the total if !y.is_nan() { (x, x2, y) } else {