annotate amuse-viewpointing-implementation.asd @ 149:a45da9b93b37
implementations/mtp/methods.lisp: fix some bugs in dataset retrieval.
darcs-hash:20071025122256-c0ce4-dc50f52a16aaa6d3d78d961e6a934a5af77b7542.gz
author |
Marcus Pearce <m.pearce@gold.ac.uk> |
date |
Thu, 25 Oct 2007 13:22:56 +0100 |
parents |
b4f4df48337d |
children |
|
rev |
line source |
d@116
|
1 (asdf:defsystem amuse-viewpointing-implementation
|
d@116
|
2 :name "amuse-viewpointing-implementation"
|
d@116
|
3 :description ""
|
d@116
|
4 :serial t
|
d@116
|
5 :depends-on ("amuse")
|
d@116
|
6 :components
|
d@116
|
7 ((:module implementations
|
d@116
|
8 :components
|
d@116
|
9 ((:module viewpointable
|
d@116
|
10 :components
|
d@116
|
11 ((:file "package")
|
d@116
|
12 (:file "viewpointable")))))))
|