Mercurial > hg > amuse
view base/database/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 | 4d06910b6f0f |
children | e1842efb1dd4 |
line wrap: on
line source
(cl:defpackage #:amuse-database-admin (:use #:common-lisp #:amuse) (:export #:connect-to-database ; database-connect #:disconnect-from-database #:*amuse-database* #:make-db-option-file ))