Mercurial > cortex
diff org/body.org @ 72:6f1c86126d51
adding senses brainstoming list
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Wed, 14 Dec 2011 17:41:19 -0700 |
parents | a1e421d9c485 |
children | 257a86328adb |
line wrap: on
line diff
1.1 --- a/org/body.org Sun Dec 11 22:32:28 2011 -0700 1.2 +++ b/org/body.org Wed Dec 14 17:41:19 2011 -0700 1.3 @@ -5,8 +5,6 @@ 1.4 #+SETUPFILE: ../../aurellem/org/setup.org 1.5 #+INCLUDE: ../../aurellem/org/level-0.org 1.6 1.7 - 1.8 - 1.9 * Proprioception 1.10 #+name: proprioception 1.11 #+begin_src clojure 1.12 @@ -177,7 +175,7 @@ 1.13 segmentB)) 1.14 1.15 (defn eve-worm 1.16 - "Create a worm body bound by invisible joint constraints." 1.17 + "Create a worm-like body bound by invisible joint constraints." 1.18 [] 1.19 (let [segments (worm-segments 0.2 5 0.1 0.1)] 1.20 (dorun (map (partial apply connect-at-midpoint) 1.21 @@ -308,10 +306,6 @@ 1.22 (joint-proprioception joint)))))))) 1.23 #+end_src 1.24 1.25 -#+results: test-body 1.26 -: #'test.body/test-proprioception 1.27 - 1.28 - 1.29 1.30 * COMMENT code-limbo 1.31 #+begin_src clojure