diff --git a/SharpPropagation/Population.cs b/SharpPropagation/Population.cs index a40b2e0..81b4cdd 100644 --- a/SharpPropagation/Population.cs +++ b/SharpPropagation/Population.cs @@ -128,15 +128,15 @@ namespace SharpPropagation int[] stats; do { - + //REMOVE THIS WHEN RELEASE test++; - /* + if (test > 100) { - Display(); + //Display(); test = 0; } - */ + stats = GetStats(); List peopleToCheck = new List(); @@ -280,7 +280,7 @@ namespace SharpPropagation }//); } - } /*while (stats[1] > 0);*/ while (test < 1000); + }while (stats[1] > 0); /*while (test < 1000);*/ // It will run until the last infected man either dies or cures } public bool wouldBeInfected()