Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
passscoed committed Feb 15, 2024
1 parent f85a73c commit c97a267
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/NFFT3.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"""
module NFFT3



using Aqua
using CpuId

Expand All @@ -28,6 +30,7 @@ const lib_path_nfft = string(@__DIR__, path, "libnfftjulia", flag, ending)
const lib_path_nfct = string(@__DIR__, path, "libnfctjulia", flag, ending)
const lib_path_nfst = string(@__DIR__, path, "libnfstjulia", flag, ending)
const lib_path_fastsum = string(@__DIR__, path, "libfastsumjulia", flag, ending)
push!(LOAD_PATH, string(@__DIR__, path))

include("NFFT.jl")
include("NFCT.jl")
Expand Down

0 comments on commit c97a267

Please sign in to comment.