view amuse-viewpointing-implementation.asd @ 160:136ec5516cc4

patch on my computer. Not sure what it does darcs-hash:20071211145912-f76cc-cb69a7a78367366f9731284888db1c558fa07989.gz
author David Lewis <d.lewis@gold.ac.uk>
date Tue, 11 Dec 2007 14:59: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")))))))