Many fixes:

- comment out dead code
- reduce number of casting
- fix loop block
This commit is contained in:
2022-05-03 13:01:07 +02:00
parent 0d0791a073
commit 04a597c758
4 changed files with 117 additions and 112 deletions
+2 -1
View File
@@ -28,7 +28,8 @@ fn main() {
println!("After Filling");
//population.display();
println!("After Propagation");
let mut stats: [i32;4] = [0,0,0,0];
let mut stats: [i32;4];
// = [0,0,0,0];
let mut counter:u32 = 0;
loop{
counter += 1;