annotate implementations/meredith/package.lisp @ 318:c4e792b9b898

Add some ideas for charm constituents. Not particularly useful in its own right, but contains some possibly useful ideas related to the generalisation of db-compositions.
author Jamie Forth <j.forth@gold.ac.uk>
date Thu, 30 Sep 2010 15:35:15 +0100
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