Missing dependency

This commit is contained in:
Nuwan Yapa 2024-12-03 18:16:56 -05:00
parent 69a869d3b7
commit 5b68bef6a6
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
using LinearAlgebra, SparseArrays, Arpack using LinearAlgebra, SparseArrays, Arpack
include("helper.jl") include("helper.jl")
include("p_space.jl") include("p_space.jl")
include("ho_basis.jl")
println("No of threads = ", Threads.nthreads()) println("No of threads = ", Threads.nthreads())
atol = 10^-5 atol = 10^-5