Skip to content

Commit

Permalink
format again
Browse files Browse the repository at this point in the history
  • Loading branch information
aelligp committed Aug 27, 2024
1 parent 9a437f2 commit 1dfaa23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rheology/GeoParams.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ get_thermal_expansion(args::Vararg{Any,N}) where {N} = get_α(args...)

function get_α(rho::MeltDependent_Density; ϕ::T=0.0, kwargs...) where {T}
αsolid = get_α(rho.ρsolid)
αmelt = get_α(rho.ρmelt)
αmelt = get_α(rho.ρmelt)
return ϕ * αmelt + (1 - ϕ) * αsolid
end

Expand Down

0 comments on commit 1dfaa23

Please sign in to comment.