Skip to content

Commit b784b9a

Browse files
committed
Change some keyword variables to position variables in getkfkrevs
1 parent 06cddfc commit b784b9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PhaseState.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Maintains diffusion limitations if the phase has diffusionlimited=true
168168
end
169169
export getkfkrev
170170

171-
@inline function getkfkrevs(;phase::U,T::W1,P::W2,C::W3,N::W4,ns::Q1,Gs::Q2,diffs::Q3,V::W5,kfs::W6=nothing) where {U<:AbstractPhase,W6,W5<:Real,W1<:Real,W2<:Real,W3<:Real,W4<:Real, Q1<:AbstractArray,Q2<:AbstractArray,Q3<:AbstractArray}
171+
@inline function getkfkrevs(phase::U,T::W1,P::W2,C::W3,N::W4,ns::Q1,Gs::Q2,diffs::Q3,V::W5;kfs::W6=nothing) where {U<:AbstractPhase,W6,W5<:Real,W1<:Real,W2<:Real,W3<:Real,W4<:Real, Q1<:AbstractArray,Q2<:AbstractArray,Q3<:AbstractArray}
172172
if !phase.diffusionlimited && kfs === nothing
173173
kfs = getkfs(phase,T,P,C,ns,V)
174174
krev = @fastmath kfs./getKcs(phase,T,Gs)

0 commit comments

Comments
 (0)