Skip to content

Commit d84ef84

Browse files
committed
fix variable naminng
1 parent e8997a7 commit d84ef84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Interface.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export ReactiveInternalInterface
5151

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

0 commit comments

Comments
 (0)