From 0f19bd9e04ac83b05a3e9cbe3049abdb5d4b8801 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 29 Mar 2021 15:46:07 +0000 Subject: [PATCH] thing --- src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index c8fd59c..c53c03a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,9 +1,8 @@ -use indicatif::{ProgressBar, ProgressStyle}; use physarum::model; fn main() { // # of iterations to go through - let n_iterations = 1024; + let n_iterations = 512; // Size of grid and pictures let (width, height) = (256, 256);