view amuse-viewpointing-implementation.asd @ 197:22ac5ec1733c

Basic key and time signature support
author David Lewis <d.lewis@gold.ac.uk>
date Wed, 16 Feb 2011 09:19:12 +0000
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")))))))