Skip to content

Commit 11e0fa4

Browse files
mjohnson541ssun30
authored andcommitted
fix typo
1 parent f17eaff commit 11e0fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhaseState.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ end
233233
return kfsdiff, krev
234234
else
235235
len = length(phase.reactions)
236-
kfs = zeros(typeof(Gs[1]),len)ss
236+
kfs = zeros(typeof(Gs[1]),len)
237237
krev = zeros(typeof(Gs[1]),len)
238238
@simd for i = 1:len
239239
@fastmath @inbounds kfs[i],krev[i] = getkfkrev(phase.reactions[i],phase,T,P,C,N,ns,dGrxns[i],diffs,V,phi,d)

0 commit comments

Comments
 (0)