changeset 569:1943a5313f40

fix minor problem.
author Robert McIntyre <rlm@mit.edu>
date Mon, 16 Jun 2014 11:26:41 -0400
parents 807fb1046a98
children 9647f0168287
files org/self_organizing_touch.clj
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/org/self_organizing_touch.clj	Thu May 29 17:02:17 2014 -0400
     1.2 +++ b/org/self_organizing_touch.clj	Mon Jun 16 11:26:41 2014 -0400
     1.3 @@ -142,11 +142,11 @@
     1.4       remove-similar)))
     1.5  
     1.6  
     1.7 -(def all-touch-coordinates
     1.8 -  (concat
     1.9 -   (rect-region [0  15] [7  22])
    1.10 -   (rect-region [8   0] [14 29])
    1.11 -   (rect-region [15 15] [22 22])))
    1.12 +;; (def all-touch-coordinates
    1.13 +;;   (concat
    1.14 +;;    (rect-region [0  15] [7  22])
    1.15 +;;    (rect-region [8   0] [14 29])
    1.16 +;;    (rect-region [15 15] [22 22])))
    1.17  
    1.18  (defn view-touch-region [coords]
    1.19    (let [touched-region