forked from Maxluli/RustyPropagation
propagate each human consecutively
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ fn main() {
|
||||
let mut counter: u32 = 0;
|
||||
loop {
|
||||
counter += 1;
|
||||
stats = population.propagate();
|
||||
stats = population.propagate_new();
|
||||
//population.display();
|
||||
println!(
|
||||
"Normal: {} Infecteds: {} Immunes: {} Deads: {}",
|
||||
|
||||
Reference in New Issue
Block a user