Mercurial > hg > amuse
view implementations/mtp/package.lisp @ 58:48661eb2da71
fix tabcode syntax for sure
darcs-hash:20070622062430-df18d-e279377fee5ef17b02e59bdc0da829343a403cc7.gz
author | csr21 <csr21@cantab.net> |
---|---|
date | Fri, 22 Jun 2007 07:24:30 +0100 |
parents | ce4a90427366 |
children | dc01096751af |
line wrap: on
line source
(cl:defpackage #:amuse-mtp (:use #:common-lisp #:amuse #:amuse-utils) (:export ;; classes #:mtp-dataset ;; accessors #:get-dataset ;; identifier constructors #:make-mtp-composition-identifier #:make-mtp-dataset-identifier))