Skip to content

Commit dd769b5

Browse files
committed
add has_init
1 parent 81f1d00 commit dd769b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/integrator_interface.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ end
8383
"""
8484
ratenoise_cache(integrator::DEIntegrator)
8585
86-
Returns cache arrays for rate noise in stochastic differential equations.
86+
Returns cache arrays for rate noise in stochastic differential equations.
8787
Returns an empty tuple by default for deterministic problems.
8888
"""
8989
ratenoise_cache(i::DEIntegrator) = ()
@@ -569,6 +569,8 @@ end
569569

570570
### Integrator traits
571571

572+
has_init(i::Any) = false
573+
572574
has_reinit(i::DEIntegrator) = false
573575

574576
### Display

0 commit comments

Comments
 (0)