diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/amuse-viewpointing-implementation.asd	Thu Jul 26 17:03:47 2007 +0100
@@ -0,0 +1,12 @@
+(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")))))))