From e470e3c8041f93796346348eb888ff27b7f4ac02 Mon Sep 17 00:00:00 2001 From: Nuwan Yapa Date: Wed, 12 Mar 2025 19:13:22 -0400 Subject: [PATCH] Quick dependency fix --- nucleons.jl | 2 +- system.jl | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/nucleons.jl b/nucleons.jl index e57e0f5..4b92e20 100644 --- a/nucleons.jl +++ b/nucleons.jl @@ -1,4 +1,4 @@ -using DifferentialEquations +using DifferentialEquations, Interpolations include("bisection.jl") include("common.jl") include("system.jl") diff --git a/system.jl b/system.jl index d52f6c2..a5066f7 100644 --- a/system.jl +++ b/system.jl @@ -1,5 +1,3 @@ -using Interpolations - "Tabulates a nucleon spectrum (protons or neutrons) containing κ and occupancy" struct spectrum κ::Vector{Int}