Skip to content

Commit 142bfc1

Browse files
hwpangmjohnson541
authored andcommitted
Add forwardable to edge analysis test
1 parent 2ffc98b commit 142bfc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TestEdgeAnalysis.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ using Sundials
3737
productinds = [findfirst(x->spc.name==x,coreedgespcsnames) for spc in rxnout.products]
3838
newrxn = ElementaryReaction(;index=index+1,reactants=reactants,reactantinds=reactantinds,products=products,
3939
productinds=productinds,kinetics=rxnout.kinetics,electronchange=rxnout.electronchange,
40-
radicalchange=rxnout.radicalchange,reversible=rxnout.reversible,pairs=rxnout.pairs)
40+
radicalchange=rxnout.radicalchange,reversible=rxnout.reversible,forwardable=rxnout.forwardable,pairs=rxnout.pairs)
4141
push!(coreedgerxns,newrxn)
4242
end
4343
end

0 commit comments

Comments
 (0)