From: Siraaj Khandkar Date: Thu, 9 Aug 2012 03:46:17 +0000 (-0400) Subject: Some clarifying comments. X-Git-Url: https://git.xandkar.net/?a=commitdiff_plain;ds=sidebyside;h=690cd0adc08a99640423c1bb627ee93aa3341c63;hp=6fc17e920136ef93fe8f4b2e65188ec7e7e882f0;p=cellular-automata.git Some clarifying comments. --- diff --git a/003/src/life.erl b/003/src/life.erl index ebb1a2e..0e953ab 100644 --- a/003/src/life.erl +++ b/003/src/life.erl @@ -33,9 +33,9 @@ bang(Args) -> ,n = X * Y ,bar = [?CHAR_BAR || _ <- lists:seq(1, X)] ,board = Board - ,gen_count = 1 + ,gen_count = 1 % Consider inital state to be generation 1 ,gen_duration = Time - ,print_time = 0 + ,print_time = 0 % There was no print time yet }, life_loop(State).