From 1d49be888092865ba71eb5945d3df3bf1b4d1add Mon Sep 17 00:00:00 2001 From: Sumant Oemrawsingh <soemraws@xs4all.nl> Date: Sat, 31 Oct 2009 14:32:31 +0100 Subject: [PATCH] Typo in gsll.asd fixed I screwed up the fft module in gsll.asd with a typo and forgot to test before commit. This is now fixed. --- gsll.asd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gsll.asd b/gsll.asd index 410b199d..37352d1a 100644 --- a/gsll.asd +++ b/gsll.asd @@ -137,7 +137,7 @@ :depends-on (init data) :components ((:file "fft-complex") - (:file "fft-real))) + (:file "fft-real"))) (:module random :depends-on (init data) :components -- GitLab