Skip to content

Commit 565bb32

Browse files
mjohnson541ssun30
authored andcommitted
fix
1 parent 61fad7a commit 565bb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Interface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ function FragmentBasedReactiveFilmGrowthInterfaceConstantT(domainfilm, domain2,
468468
Gpart = ArrayPartition(domainfilm.Gs,domain2.Gs)
469469
dGrxns = -M*Gpart
470470
kfs = getkf.(reactions,nothing,T,0.0,0.0,Ref([]),0.0,0.0,dGrxns,0.0)
471-
Kc = getKcs(domain1.phase,domain2.phase,T,Nrp1,Nrp2,dGrxns)
471+
Kc = getKcs(domainfilm.phase,domain2.phase,T,Nrp1,Nrp2,dGrxns)
472472
krevs = kfs./Kc
473473

474474
M, Nrp1, Nrp2 = getstoichmatrix(domainfilm, domain2, reactions)

0 commit comments

Comments
 (0)