From a9231c64bc843a1995850efcf6c08201c6eb72ad Mon Sep 17 00:00:00 2001 From: Timo Schneider Date: Mon, 3 Jun 2024 09:57:42 +0200 Subject: [PATCH] quick fix --- src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index fda1ff3..b3c0d58 100644 --- a/src/main.rs +++ b/src/main.rs @@ -48,8 +48,6 @@ fn simulate(bounds: &Bounds, func: &Function) { println!(); } sample_cnt *= 10; - } - result.print(); let file: io::Result = File::create(format!("output{}.json", sample_cnt.ilog10())); if file.is_err() {