From 9e556d4a930ff4f56b1503ba342cf288d510d95d Mon Sep 17 00:00:00 2001 From: DarĂ­o Clavijo Date: Tue, 25 May 2010 22:59:57 +0000 Subject: a small bug --- diff --git a/data/misc/lifegame b/data/misc/lifegame index fd93011..89c47d6 100644 --- a/data/misc/lifegame +++ b/data/misc/lifegame @@ -97,7 +97,7 @@ def Iteration(grid): def Iterator(rows,cols,pulsos): pulse=1 - grid = LoadCells(30,30) + grid = LoadCells(rows,cols) while pulse <= pulses: os.system('clear') print "Pulse: ",pulse -- cgit v0.9.1