Mercurial > hg > amuse
diff base/generics.lisp @ 139:ebfe054eea1c
Bug fixes from name changes
darcs-hash:20070918114952-f76cc-feb59725a2f67edd6242947a5c2311d0a724cc43.gz
author | David Lewis <d.lewis@gold.ac.uk> |
---|---|
date | Tue, 18 Sep 2007 12:49:52 +0100 |
parents | fd85f52d9f9d |
children | cc7724248043 |
line wrap: on
line diff
--- a/base/generics.lisp Mon Sep 03 16:08:24 2007 +0100 +++ b/base/generics.lisp Tue Sep 18 12:49:52 2007 +0100 @@ -196,7 +196,7 @@ anchored-period to a moment")) (defgeneric onset (anchored-period) - (:method (apd) (moment apd)) + (:method (ap) (moment ap)) (:documentation "Return a moment for the start of an anchored period")) (defgeneric (setf onset) (value anchored-period))