Mercurial > hg > amuse
comparison implementations/mtp/package.lisp @ 186:03be243f9003
implementations/mtp/classes.lisp: Add BIOI (Basic IOI) as a basic viewpoint.
darcs-hash:20081103124142-c0ce4-272df768ca2816412f1a4f89297e68d4ef35b4fd.gz
author | Marcus Pearce <m.pearce@gold.ac.uk> |
---|---|
date | Mon, 03 Nov 2008 12:41:42 +0000 |
parents | dc01096751af |
children |
comparison
equal
deleted
inserted
replaced
185:1d3cdca12aeb | 186:03be243f9003 |
---|---|
1 (cl:defpackage #:amuse-mtp | 1 (cl:defpackage #:amuse-mtp |
2 (:use #:common-lisp #:amuse #:amuse-utils #:amuse-segmentation) | 2 (:use #:common-lisp #:amuse #:amuse-utils #:amuse-segmentation) |
3 (:export | 3 (:export |
4 ;; classes | 4 ;; classes |
5 #:mtp-event | |
5 #:mtp-dataset | 6 #:mtp-dataset |
6 #:mtp-composition | 7 #:mtp-composition |
7 ;; accessors | 8 ;; accessors |
8 #:get-dataset | 9 #:get-dataset |
9 ;; identifier constructors | 10 ;; identifier constructors |