File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 447
447
end
448
448
449
449
# Evaluate condition slightly in future
450
- abst = integrator. tprev+ integrator. tdir* max (abs (integrator. dt/ 10000 ),100 * eps (typeof ( integrator. t) ))
450
+ abst = integrator. tprev+ integrator. tdir* max (abs (integrator. dt/ 10000 ),100 * eps (integrator. t))
451
451
tmp_condition = get_condition (integrator, callback, abst)
452
452
453
453
# Sometimes users may "switch off" the condition after crossing
525
525
end
526
526
527
527
# Evaluate condition slightly in future
528
- abst = integrator. tprev+ integrator. tdir* max (abs (integrator. dt/ 10000 ),100 * eps (typeof ( integrator. t) ))
528
+ abst = integrator. tprev+ integrator. tdir* max (abs (integrator. dt/ 10000 ),100 * eps (integrator. t))
529
529
tmp_condition = get_condition (integrator, callback, abst)
530
530
531
531
# Sometimes users may "switch off" the condition after crossing
You can’t perform that action at this time.
0 commit comments