diff --git a/src/rheology/GeoParams.jl b/src/rheology/GeoParams.jl index ff1fa8c1..01883e30 100644 --- a/src/rheology/GeoParams.jl +++ b/src/rheology/GeoParams.jl @@ -25,6 +25,7 @@ end @inline get_α(p::MaterialParams) = get_α(p.Density[1]) @inline get_α(p::MaterialParams, args::NamedTuple) = get_α(p.Density[1], args) @inline get_α(p::Union{T_Density,PT_Density}) = GeoParams.get_α(p) -@inline get_α(rho::MeltDependent_Density, args) = get_α(rho; args...) +@inline get_α(p::Union{T_Density,PT_Density}, ::Any) = GeoParams.get_α(p) +@inline get_α(rho::MeltDependent_Density, ::Any) = get_α(rho) @inline get_α(rho::ConstantDensity, args) = 0 @inline get_α(rho::ConstantDensity) = 0