Mercurial > hg > amuse
view implementations/mtp/package.lisp @ 157:f5f4bf8d74d7
Fixed previous patch
darcs-hash:20071204151652-1f211-efd2cee99c632933f62a188cf9333dfb5bfe9918.gz
author | d.mullensiefen <d.mullensiefen@gold.ac.uk> |
---|---|
date | Tue, 04 Dec 2007 15:16:52 +0000 |
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 ))