From 4f166f1ada0b5606f550f2e22d244f0ee7ec667f Mon Sep 17 00:00:00 2001 From: Nuwan Yapa Date: Thu, 25 Apr 2024 11:16:28 -0400 Subject: [PATCH] Unwanted dependency removed --- 3body_resonance.jl | 1 - ho_basis_2body.jl | 1 - ho_basis_3body.jl | 1 - 3 files changed, 3 deletions(-) diff --git a/3body_resonance.jl b/3body_resonance.jl index 248eae1..8d8e9ff 100644 --- a/3body_resonance.jl +++ b/3body_resonance.jl @@ -1,6 +1,5 @@ using Arpack, SparseArrays, LRUCache include("ho_basis.jl") -include("p_space.jl") Λ = 0 m = 1.0 diff --git a/ho_basis_2body.jl b/ho_basis_2body.jl index 2a2cc04..0fb8677 100644 --- a/ho_basis_2body.jl +++ b/ho_basis_2body.jl @@ -1,6 +1,5 @@ using Arpack, SparseArrays include("ho_basis.jl") -include("p_space.jl") E_max = 30 μω_gen = 0.2 diff --git a/ho_basis_3body.jl b/ho_basis_3body.jl index d4076d3..57bb6d6 100644 --- a/ho_basis_3body.jl +++ b/ho_basis_3body.jl @@ -1,6 +1,5 @@ using Arpack, SparseArrays include("ho_basis.jl") -include("p_space.jl") Λ = 0 m = 1.0