Skip to content

Commit

Permalink
fix variable naminng
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 committed Sep 21, 2024
1 parent e8997a7 commit d84ef84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export ReactiveInternalInterface

function getkfskrevs(ri::ReactiveInternalInterface,T1,T2,phi1,phi2,Gs1,Gs2,cstot::Array{Q,1}) where {Q}
Gpart = ArrayPartition(Gs1,Gs2)
dGrxn = -ri.stoichmatrix*Gpart
dGrxns = -ri.stoichmatrix*Gpart
kfs = getkfs(ri,T1,0.0,0.0,Array{Q,1}(),ri.A,phi1,dGrxns,0.0)
Kc = getKc.(ri.reactions,ri.domain1.phase,ri.domain2.phase,Ref(Gs1),Ref(Gs2),dGrxns,T1,phi1)
krevs = kfs./Kc
Expand Down

0 comments on commit d84ef84

Please sign in to comment.