annotate amuse-ecolm.asd @ 296:68aadc4eb96d

add chromatic-pitch reader method Ignore-this: 1aba35b7d196e0994a817609337746e1 darcs-hash:20090828145217-16a00-312e63170f50f0bf2834b8959a72e5c857cba9b8.gz
author j.forth <j.forth@gold.ac.uk>
date Fri, 28 Aug 2009 15:52:17 +0100
parents 1d3cdca12aeb
children
rev   line source
d@185 1 (asdf:defsystem amuse-ecolm
d@185 2 :depends-on (amuse-tabcode clsql)
d@185 3 :components
d@185 4 ((:module implementations
d@185 5 :components
d@185 6 ((:module tabcode
d@185 7 :components
d@185 8 ((:file "package-ecolm")
d@185 9 (:file "ecolm" :depends-on ("package-ecolm"))))))))