Skip to content
Snippets Groups Projects
Commit 1d49be88 authored by Sumant Oemrawsingh's avatar Sumant Oemrawsingh
Browse files

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.
parent e65992e2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment