Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 committed Sep 25, 2024
1 parent a80848b commit 8c1357d
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 @@ -460,7 +460,7 @@ function FragmentBasedReactiveFilmGrowthInterfaceConstantT(domainfilm, domain2,
Gpart = ArrayPartition(domainfilm.Gs,domain2.Gs)
dGrxns = -M*Gpart
kfs = getkf.(reactions,nothing,T,0.0,0.0,Ref([]),0.0,0.0,dGrxns,0.0)
Kc = getKcs(domain1.phase,domain2.phase,T,Nrp1,Nrp2,dGrxns)
Kc = getKcs(domainfilm.phase,domain2.phase,T,Nrp1,Nrp2,dGrxns)
krevs = kfs./Kc

M, Nrp1, Nrp2 = getstoichmatrix(domainfilm, domain2, reactions)
Expand Down

0 comments on commit 8c1357d

Please sign in to comment.