Skip to content

Commit

Permalink
Remove Dierckx, move to Interpolations
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Jul 10, 2024
1 parent 134a47a commit f38535d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/initial_conditions/initial_conditions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ end
# TODO: Get rid of this
import AtmosphericProfilesLibrary as APL

const FunctionOrSpline = Union{Dierckx.Spline1D, Function, APL.AbstractProfile}
const FunctionOrSpline = Union{Function, APL.AbstractProfile}

"""
hydrostatic_pressure_profile(; thermo_params, p_0, [T, θ, q_tot, z_max])
Expand Down

0 comments on commit f38535d

Please sign in to comment.