@@ -655,7 +655,7 @@ function identifyobjects!(sim,corespcsinds,corerxninds,edgespcsinds,
655
655
trimolecularthreshold,maxedgespeciesrateratios,tolmovetocore,tolradmovetocore,tolinterruptsimulation,
656
656
ignoreoverallfluxcriterion,filterreactions,maxnumobjsperiter,branchfactor,branchingratiomax,
657
657
branchingindex,terminateatmaxobjects,termination,y0,invalidobjects,firsttime,
658
- filterthreshold,transitorydict,checktransitory)
658
+ filterthreshold,transitorydict,checktransitory,deadendradicaltolerance )
659
659
660
660
rxnarray = vcat ()
661
661
t = sim. sol. t[end ]
@@ -935,7 +935,7 @@ function selectobjects(react,edgereact,coreedgedomains,coreedgeinters,domains,in
935
935
corep,coreedgep,tolmovetocore,tolradmovetocore,tolinterruptsimulation,ignoreoverallfluxcriterion,filterreactions,
936
936
maxnumobjsperiter,tolbranchrxntocore,branchingratiomax,
937
937
branchingindex,terminateatmaxobjects,termination,
938
- filterthreshold,transitorydict,transitorystepperiod;
938
+ filterthreshold,transitorydict,transitorystepperiod,deadendradicaltolerance ;
939
939
atol= 1e-20 ,rtol= 1e-6 ,solver= CVODE_BDF ())
940
940
941
941
(corespcsinds,corerxninds,edgespcsinds,edgerxninds,reactantindices,
@@ -980,7 +980,7 @@ function selectobjects(react,edgereact,coreedgedomains,coreedgeinters,domains,in
980
980
tolinterruptsimulation,ignoreoverallfluxcriterion,filterreactions,
981
981
maxnumobjsperiter,branchfactor,branchingratiomax,
982
982
branchingindex,terminateatmaxobjects,termination,y0,invalidobjects,firsttime,
983
- filterthreshold,transitorydict,checktransitory)
983
+ filterthreshold,transitorydict,checktransitory,deadendradicaltolerance )
984
984
if firsttime
985
985
firsttime = false
986
986
end
0 commit comments