annotate implementations/meredith/package.lisp @ 253:b5ffec94ae6d

some very sketchy Charm constituent code
author Jamie Forth <j.forth@gold.ac.uk>
date Thu, 24 Feb 2011 11:23:18 +0000
parents bda591c61b7a
children
rev   line source
j@215 1 (cl:defpackage #:amuse-meredith
j@227 2 (:use #:cl #:amuse #:amuse-database-admin)
j@227 3 (:export #:meredith-composition-identifier
j@227 4 #:make-meredith-composition-identifier
j@227 5 #:composition-id
j@227 6 ))
j@215 7