Mercurial > hg > amuse
view implementations/viewpointable/package.lisp @ 205:5ff310be4942
Fix bug in during method, and make it the same as Allen (1983).
author | Jamie Forth <j.forth@gold.ac.uk> |
---|---|
date | Wed, 26 Jan 2011 10:44:29 +0000 |
parents | 3b36cf79b525 |
children |
line wrap: on
line source
(cl:defpackage #:amuse-viewpointing-implementation (:use #:common-lisp #:amuse #:amuse-utils #:amuse-tools) (:export #:viewpointable-composition #:viewpointable-event #:make-standard-viewpointable-composition ))