(drak)
2014-05-06: polish. polish.
diff --git a/examples/d20world.w b/examples/d20world.w
--- a/examples/d20world.w
+++ b/examples/d20world.w
@@ -200,14 +200,14 @@ format #t "Diffuse ~A\n" 0.01
d20-diffuse world neighbors 0.01
display : d20-as-text world
newline
+format #t "Advect ~A\n" 0.1
+d20-advect world advection-directions 0.1
+display : d20-as-text world
+newline
format #t "Diffuse ~A\n" 0.1
d20-diffuse world neighbors 0.1
display : d20-as-text world
newline
-format #t "Advect ~A\n" 0.1
-d20-advect world advection-directions 0.1
-display : d20-as-text world
-newline
format #t "Advect: ~A*(~A)\n" 1000 0.001
let loop : : steps 1000
cond