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

GSLL system now contains real FFTs and examples.

parent 46df352f
No related branches found
No related tags found
No related merge requests found
...@@ -137,7 +137,8 @@ ...@@ -137,7 +137,8 @@
:depends-on (init data) :depends-on (init data)
:components :components
((:file "fft-complex") ((:file "fft-complex")
(:file "fft-real"))) (:file "fft-real")
(:file "fft-example" :depends-on ("fft-complex" "fft-real"))))
(:module random (:module random
:depends-on (init data) :depends-on (init data)
:components :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