Quick dependency fix

This commit is contained in:
Nuwan Yapa 2025-03-12 19:13:22 -04:00
parent 33c8b3f81d
commit e470e3c804
2 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
using DifferentialEquations using DifferentialEquations, Interpolations
include("bisection.jl") include("bisection.jl")
include("common.jl") include("common.jl")
include("system.jl") include("system.jl")

View File

@ -1,5 +1,3 @@
using Interpolations
"Tabulates a nucleon spectrum (protons or neutrons) containing κ and occupancy" "Tabulates a nucleon spectrum (protons or neutrons) containing κ and occupancy"
struct spectrum struct spectrum
κ::Vector{Int} κ::Vector{Int}