Bumped allowable crash frequency to 1000000/1 sec.
[cellular-automata.git] / 001 / src / life_time.erl
index 02cd61e..175321b 100644 (file)
@@ -1,4 +1,4 @@
--module(time).
+-module(life_time).
 -behaviour(gen_server).
 
 
@@ -17,7 +17,7 @@
         ]).
 
 
--define(INTERVAL, 0).  % In milliseconds
+-define(INTERVAL, 100).  % In milliseconds
 
 -define(CHAR_DEAD,   32).  % Space
 -define(CHAR_ALIVE, 111).  % o
This page took 0.026096 seconds and 4 git commands to generate.