Increase the cutoff, so that the flower is filled
1 files changed, 1 insertions(+), 1 deletions(-) M cra/src/main.rs
M cra/src/main.rs => cra/src/main.rs +1 -1
@@ 8,7 8,7 @@ use std::iter; use std::path::Path; use std::process::{Command, Stdio}; -const R_CUTOFF: f64 = 200.0; +const R_CUTOFF: f64 = 250.0; fn f64_eq(a: f64, b: f64) -> bool { let u = 1_000_000.0;