# HG changeset patch # User Robert McIntyre # Date 1326209930 25200 # Node ID e4bcd0c481ba014e82b6e6b6c73f40437871ab1e # Parent 69174ed0f9f65535f6de0862c5cc18ed0c4791cb now with more accurate authorship diff -r 69174ed0f9f6 -r e4bcd0c481ba org/test-creature.org --- a/org/test-creature.org Tue Jan 10 08:38:04 2012 -0700 +++ b/org/test-creature.org Tue Jan 10 08:38:50 2012 -0700 @@ -480,7 +480,7 @@ (defn inside-triangle? "Is the point inside the triangle? Now what do we do? You might want to hold on there" - {:author "God"} + {:author "Dylan Holmes"} [tri p] (let [[vert-1 vert-2 vert-3] (triangle-seq tri)] (and