gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz TODO


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz TODO
Date: Mon, 03 Mar 2003 05:28:40 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        03/03/03 05:28:38

Modified files:
        .              : TODO 

Log message:
        Fix pseudocode

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/TODO.diff?tr1=1.601&tr2=1.602&r1=text&r2=text

Patches:
Index: gzz/TODO
diff -u gzz/TODO:1.601 gzz/TODO:1.602
--- gzz/TODO:1.601      Mon Mar  3 03:37:33 2003
+++ gzz/TODO    Mon Mar  3 05:28:38 2003
@@ -23,8 +23,8 @@
             - saves each page with each texture type in a PNG file
               for each of the 6 different zooms
            - 12 textures, 12 texts, 6 zooms
-              [for texture in textures]
-               for text in texts:
+             for subject in subjects:
+               for text, texture in (texts, randomPermutation(textures)):
                   for zoom in zooms:
                      save text on texture with zoom
             - not sure if we need to vary textures or if it is ok to




reply via email to

[Prev in Thread] Current Thread [Next in Thread]