Mercurial > hg > amuse
comparison implementations/meredith/tests/import-raph-c-data.lisp @ 251:6a3adca16910
Refactor dataset stuff out of amuse-database-admin, and add midifile-dataset.
author | Jamie Forth <j.forth@gold.ac.uk> |
---|---|
date | Thu, 24 Feb 2011 11:23:18 +0000 |
parents | c9573d61b1b9 |
children |
comparison
equal
deleted
inserted
replaced
250:b3260d1d2419 | 251:6a3adca16910 |
---|---|
1 (cl:in-package #:amuse-meredith) | 1 (cl:in-package #:amuse-meredith) |
2 | 2 |
3 (asdf:oos 'asdf:load-op 'amuse-meredith) | 3 (asdf:oos 'asdf:load-op 'amuse-meredith) |
4 | 4 |
5 (connect-to-database :database-name "test") | 5 (connect-to-database) |
6 | 6 |
7 ;; Tell the database about the new implementation. | 7 ;; Tell the database about the new implementation. |
8 (amuse-database-admin:register-new-implementation *package*) | 8 ;(amuse-database-admin:register-new-implementation *package*) |
9 | 9 |
10 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 10 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
11 ;; Add the datasets to the database | 11 ;; Add the datasets to the database |
12 (create-meredith-tables *amuse-database*) | 12 (create-meredith-tables *amuse-database*) |
13 | 13 |