ASDF doesn't require suffices if done right. SIGH. I forgot.
[CommonLispStat.git] / Data / absorbtion.lsp
blobe466bdbef8f6e9eb3561fc3129cbab33ae19cbc3
3 ;;; From LispStat 1 : need to document source appropriately.
5 (in-package :lisp-stat-data-examples)
7 ;;; FIXME: Shutup compiler warnings, need to clean up and
8 ;;; appropriately initialize.
9 (defvar iron nil)
10 (defvar aluminum nil)
11 (defvar absorpbtion nil)
13 (def iron (list 61 175 111 124 130 173 169 169 160 224 257 333 199))
14 (def aluminum (list 13 21 24 23 64 38 33 61 39 71 112 88 54))
15 (def absorbtion (list 4 18 14 18 26 26 21 30 28 36 65 62 40))