From 9301fde678ec86df306bcc1bbf8e7d90b4aa8657 Mon Sep 17 00:00:00 2001 From: mk Date: Mon, 23 Aug 2010 09:42:05 +0100 Subject: [PATCH] forgot to change two asd files --- angular-illumination.lisp | 2 ++ simplex-anneal.asd | 3 ++- vector.asd | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/angular-illumination.lisp b/angular-illumination.lisp index 6135bd1..3749299 100644 --- a/angular-illumination.lisp +++ b/angular-illumination.lisp @@ -1007,6 +1007,8 @@ numbers x+i y." (imagpart bfp-pos) *spheres-ub8*))) #+nil +(init-angular-model) +#+nil (destructuring-bind (z y x) *dims* (let* ((x-mm .04d0) diff --git a/simplex-anneal.asd b/simplex-anneal.asd index a13eeec..ef10dce 100644 --- a/simplex-anneal.asd +++ b/simplex-anneal.asd @@ -1 +1,2 @@ -(asdf:defsystem simplex-anneal :components ((:file "simplex-anneal"))) +(asdf:defsystem simplex-anneal + :components ((:module "simplex-anneal" :components ((:file "simplex-anneal"))))) diff --git a/vector.asd b/vector.asd index 87b2680..9e4abc5 100644 --- a/vector.asd +++ b/vector.asd @@ -1,2 +1,2 @@ (asdf:defsystem vector - :components ((:file "vector"))) + :components ((:module "vector" :components ((:file "vector"))))) -- 2.11.4.GIT