comparison amuse-viewpointing-implementation.asd @ 116:b4f4df48337d

Addition of viewpointable classes and methods These may be in the wrong place, but are designed to facilitate pluggability of viewpoints for well-behaved implementations darcs-hash:20070726160347-f76cc-6e6da5d488b3f252d0575e42daa566130481f955.gz
author David Lewis <d.lewis@gold.ac.uk>
date Thu, 26 Jul 2007 17:03:47 +0100
parents
children
comparison
equal deleted inserted replaced
115:cf198383852d 116:b4f4df48337d
1 (asdf:defsystem amuse-viewpointing-implementation
2 :name "amuse-viewpointing-implementation"
3 :description ""
4 :serial t
5 :depends-on ("amuse")
6 :components
7 ((:module implementations
8 :components
9 ((:module viewpointable
10 :components
11 ((:file "package")
12 (:file "viewpointable")))))))