Skip to content

Commit a1391cd

Browse files
committed
seems to work, but I do not understand the recursion at all
1 parent 4d53413 commit a1391cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/lecture_09/timer.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,6 @@ global const to = Calls(100)
124124
reset!(to)
125125
ctx = Context()
126126
overdub(ctx, foo, 1.0, 1.0)
127-
127+
reset!(to)
128+
overdub(ctx, Base.Math.sin_kernel, 1.0)
128129

0 commit comments

Comments
 (0)