Skip to content

Commit debeca4

Browse files
committed
feed in deadendradicaltolerance
add deadendradicaltolerance to select object
1 parent 74ab4ab commit debeca4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/EdgeAnalysis.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ function identifyobjects!(sim,corespcsinds,corerxninds,edgespcsinds,
655655
trimolecularthreshold,maxedgespeciesrateratios,tolmovetocore,tolradmovetocore,tolinterruptsimulation,
656656
ignoreoverallfluxcriterion,filterreactions,maxnumobjsperiter,branchfactor,branchingratiomax,
657657
branchingindex,terminateatmaxobjects,termination,y0,invalidobjects,firsttime,
658-
filterthreshold,transitorydict,checktransitory)
658+
filterthreshold,transitorydict,checktransitory,deadendradicaltolerance)
659659

660660
rxnarray = vcat()
661661
t = sim.sol.t[end]
@@ -935,7 +935,7 @@ function selectobjects(react,edgereact,coreedgedomains,coreedgeinters,domains,in
935935
corep,coreedgep,tolmovetocore,tolradmovetocore,tolinterruptsimulation,ignoreoverallfluxcriterion,filterreactions,
936936
maxnumobjsperiter,tolbranchrxntocore,branchingratiomax,
937937
branchingindex,terminateatmaxobjects,termination,
938-
filterthreshold,transitorydict,transitorystepperiod;
938+
filterthreshold,transitorydict,transitorystepperiod,deadendradicaltolerance;
939939
atol=1e-20,rtol=1e-6,solver=CVODE_BDF())
940940

941941
(corespcsinds,corerxninds,edgespcsinds,edgerxninds,reactantindices,
@@ -980,7 +980,7 @@ function selectobjects(react,edgereact,coreedgedomains,coreedgeinters,domains,in
980980
tolinterruptsimulation,ignoreoverallfluxcriterion,filterreactions,
981981
maxnumobjsperiter,branchfactor,branchingratiomax,
982982
branchingindex,terminateatmaxobjects,termination,y0,invalidobjects,firsttime,
983-
filterthreshold,transitorydict,checktransitory)
983+
filterthreshold,transitorydict,checktransitory,deadendradicaltolerance)
984984
if firsttime
985985
firsttime = false
986986
end

0 commit comments

Comments
 (0)