The Lambda Lab
/
projects
/
microbotany.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82cfbc2
)
Removed debugging code.
author
Tim Vaughan
<plugd@thelambdalab.xyz>
Fri, 29 May 2020 08:10:17 +0000
(10:10 +0200)
committer
Tim Vaughan
<plugd@thelambdalab.xyz>
Fri, 29 May 2020 08:10:17 +0000
(10:10 +0200)
garden.scm
patch
|
blob
|
history
diff --git
a/garden.scm
b/garden.scm
index
ac8f4eb
..
1bd504b
100644
(file)
--- a/
garden.scm
+++ b/
garden.scm
@@
-126,12
+126,12
@@
;;; Data
(define stage-transition-times
- '(10 20 30 40 50))
-
;;
(list (* 3600 24)
-
;;
(* 3600 24 3)
-
;;
(* 3600 24 10)
-
;;
(* 3600 24 20)
-
;;
(* 3600 24 30)))
+ ;; '(10 20 30 40 50)) ; for debugging
+ (list (* 3600 24)
+ (* 3600 24 3)
+ (* 3600 24 10)
+ (* 3600 24 20)
+ (* 3600 24 30)))
(define stages
'(seed seedling young mature flowering seed-bearing))