view amuse-viewpointing-implementation.asd @ 263:df5d60cda9a2

add linked-event superclass to mtp-event
author Jamie Forth <j.forth@gold.ac.uk>
date Sun, 10 Apr 2011 10:24:37 +0100
parents b4f4df48337d
children
line wrap: on
line source
(asdf:defsystem amuse-viewpointing-implementation
  :name "amuse-viewpointing-implementation"
  :description ""
  :serial t
  :depends-on ("amuse")
  :components 
  ((:module implementations
            :components 
            ((:module viewpointable
                      :components 
                      ((:file "package")
                       (:file "viewpointable")))))))