regroup initialization
This commit is contained in:
+1
-3
@@ -21,11 +21,9 @@ fn main() {
|
||||
let disease = Disease::new(20, 10, 5, String::from("Covid 44"));
|
||||
let mut population = Population::new(20, 10, 5, 1000, 1000, disease);
|
||||
//population.change_disease(disease);
|
||||
println!("Before Filling");
|
||||
//population.display();
|
||||
population.generate();
|
||||
println!("After Filling");
|
||||
//population.display();
|
||||
//population.display();
|
||||
println!("After Propagation");
|
||||
let mut stats: [i32; 4];
|
||||
// = [0,0,0,0];
|
||||
|
||||
Reference in New Issue
Block a user