old comment

This commit is contained in:
Simon Gardling 2022-02-14 09:58:09 -05:00
parent 2e0aecd892
commit 918bae6bec

View File

@ -74,7 +74,6 @@ fn integral_rectangles(
false => tmp2, false => tmp2,
}; };
// Add current rectangle's area to the total
if !y.is_nan() { if !y.is_nan() {
(x, x2, y) (x, x2, y)
} else { } else {