annotate 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
rev   line source
d@116 1 (cl:defpackage #:amuse-viewpointing-implementation
d@116 2 (:use #:common-lisp #:amuse #:amuse-utils #:amuse-tools)
d@116 3 (:export #:viewpointable-composition
d@116 4 #:viewpointable-event
j@196 5 #:make-standard-viewpointable-composition
d@116 6 ))