changeset 95:e4bcd0c481ba

now with more accurate authorship
author Robert McIntyre <rlm@mit.edu>
date Tue, 10 Jan 2012 08:38:50 -0700
parents 69174ed0f9f6
children 4a9096f31017
files org/test-creature.org
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/org/test-creature.org	Tue Jan 10 08:38:04 2012 -0700
     1.2 +++ b/org/test-creature.org	Tue Jan 10 08:38:50 2012 -0700
     1.3 @@ -480,7 +480,7 @@
     1.4  (defn inside-triangle?
     1.5    "Is the point inside the triangle? Now what do we do?
     1.6     You might want to hold on there"
     1.7 -  {:author "God"}
     1.8 +  {:author "Dylan Holmes"}
     1.9    [tri p]
    1.10    (let [[vert-1 vert-2 vert-3] (triangle-seq tri)]
    1.11      (and