Mercurial > hg > amuse
view amuse-viewpointing-implementation.asd @ 171:98443d36ac6a
Fixed sequence:make-sequence-like :around method
The :around method clobbered the %data slot, as Christophe put it.
darcs-hash:20080123180914-990ec-629ecf5d60363512e6831800bb1e61dbcb8f94f5.gz
author | Jamie Forth <j.forth@gold.ac.uk> |
---|---|
date | Wed, 23 Jan 2008 18:09:14 +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")))))))