Skip to content

Commit 0b90ef5

Browse files
Update callback_functions.md
1 parent 192a706 commit 0b90ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/features/callback_functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ function floor_aff!(int)
489489
int.p[1] += 1
490490
int.p[2] = int.t
491491
end
492-
floor_event = ContinuousCallback(condition, floor_aff!)
492+
floor_event = DE.ContinuousCallback(condition, floor_aff!)
493493
u0 = [1.0, 0.0]
494494
p = [0.0, 0.0]
495495
prob = ODEProblem{true}(dynamics!, u0, (0.0, 2.0), p)

0 commit comments

Comments
 (0)