annotate implementations/meredith/package.lisp @ 330:2fbff655ba47 tip

Removed cpitch-adj and cents SQL columns
author Jeremy Gow <jeremy.gow@gmail.com>
date Mon, 21 Jan 2013 11:08:11 +0000
parents 58a2d76bb243
children
rev   line source
j@286 1 (cl:defpackage #:amuse-meredith
j@301 2 (:use #:cl #:amuse #:amuse-database-admin)
j@301 3 (:export #:meredith-composition-identifier
j@301 4 #:make-meredith-composition-identifier
j@301 5 #:composition-id
j@301 6 ))
j@286 7