Mercurial > hg > amuse
view implementations/mtp/package.lisp @ 139:ebfe054eea1c
Bug fixes from name changes
darcs-hash:20070918114952-f76cc-feb59725a2f67edd6242947a5c2311d0a724cc43.gz
author | David Lewis <d.lewis@gold.ac.uk> |
---|---|
date | Tue, 18 Sep 2007 12:49:52 +0100 |
parents | dc01096751af |
children | 03be243f9003 |
line wrap: on
line source
(cl:defpackage #:amuse-mtp (:use #:common-lisp #:amuse #:amuse-utils #:amuse-segmentation) (:export ;; classes #:mtp-dataset #:mtp-composition ;; accessors #:get-dataset ;; identifier constructors #:make-mtp-composition-identifier #:make-mtp-dataset-identifier ;; phrase boundary classes #:mtp-after-segmenter #:mtp-before-segmenter ))