You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -902,6 +938,9 @@ function identifyobjects!(sim,corespcsinds,corerxninds,edgespcsinds,
902
938
@inbounds spcname = transitoryoutdict[ind]
903
939
@inbounds tol = transitorydict[spcname]
904
940
@info"at time $t sec, reaction $rstr at a normalized transitory sensitivity from $spcname of $sens exceeded the threshold of $tol for moving to model core"
941
+
elseif newobjecttype[i] =="deadendradical"
942
+
tol = deadendradicaltolerance
943
+
@info"at time $t sec, reaction $rstr at a net radical consumption/termination ratio of $val exceeded the threshold of $tol for moving to model core"
0 commit comments