Align stuff.
authorSiraaj Khandkar <siraaj@khandkar.net>
Sun, 29 Sep 2013 15:40:37 +0000 (11:40 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Sun, 29 Sep 2013 15:40:37 +0000 (11:40 -0400)
polymorphism/001/src/polymorphism.ml

index 6cf2d8e..aae480b 100644 (file)
@@ -288,7 +288,7 @@ module ForestFire : RULE = struct
     Random.int 3 |> state_of_int |> cell_of_state
 
   let f = 0.000001  (* Probability of spontaneous ignition *)
-  let p = 0.1   (* Probability of spontaneous growth *)
+  let p = 0.1       (* Probability of spontaneous growth *)
 
   let is_probable = function
     | probability when (Random.float 1.0) <= probability -> true
This page took 0.018391 seconds and 4 git commands to generate.