Example #1
0
        public bool infecting(Neighbor N)
        {
            double S = this.calcInfected() * N.travelProb;

            return(S > 1);
        }