Skip to content

Commit

Permalink
restore resum
Browse files Browse the repository at this point in the history
  • Loading branch information
lxvm committed Jan 12, 2024
1 parent bfd48b5 commit f328bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ end
# re-sum (paranoia about accumulated roundoff)
function resum(f, segs)
if f isa InplaceIntegrand
I = f.Ik .= segs[1].I
I = f.I .= segs[1].I
E = segs[1].E
for i in 2:length(segs)
I .+= segs[i].I
Expand Down

0 comments on commit f328bd7

Please sign in to comment.