Updated references from old to new module names.
[cellular-automata.git] / 001 / src / life.erl
index c59b98b..e40d841 100644 (file)
@@ -28,7 +28,7 @@ start(_StartType, _StartArgs) ->
     {ok, X} = application:get_env(?MODULE, x),
     {ok, Y} = application:get_env(?MODULE, y),
     CellData = cell_data(X, Y),
-    god:start_link(X, CellData).
+    life_god:start_link(X, CellData).
 
 
 stop(_State) ->
This page took 0.022409 seconds and 4 git commands to generate.