view amuse-ecolm.asd @ 189:70c8d723fb8a

fix undefined *default-tempo* warning darcs-hash:20090103010419-16a00-54f1baa3eb4d382c6c533d17af89d2b7cd73bfca.gz
author j.forth <j.forth@gold.ac.uk>
date Sat, 03 Jan 2009 01:04:19 +0000
parents 1d3cdca12aeb
children
line wrap: on
line source
(asdf:defsystem amuse-ecolm
  :depends-on (amuse-tabcode clsql)
  :components
  ((:module implementations
            :components 
            ((:module tabcode
                      :components
		      ((:file "package-ecolm")
		       (:file "ecolm" :depends-on ("package-ecolm"))))))))