quick fix

This commit is contained in:
2024-06-03 09:57:42 +02:00
parent df4bc1922f
commit a9231c64bc

View File

@@ -48,8 +48,6 @@ fn simulate(bounds: &Bounds, func: &Function) {
println!();
}
sample_cnt *= 10;
}
result.print();
let file: io::Result<File> = File::create(format!("output{}.json", sample_cnt.ilog10()));
if file.is_err() {