Skip to content

Commit f328bd7

Browse files
committed
restore resum
1 parent bfd48b5 commit f328bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adapt.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ end
9595
# re-sum (paranoia about accumulated roundoff)
9696
function resum(f, segs)
9797
if f isa InplaceIntegrand
98-
I = f.Ik .= segs[1].I
98+
I = f.I .= segs[1].I
9999
E = segs[1].E
100100
for i in 2:length(segs)
101101
I .+= segs[i].I

0 commit comments

Comments
 (0)