Skip to content

Commit 47a39e7

Browse files
committed
add alg_switch
1 parent 1f71c59 commit 47a39e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/verbosity.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,10 @@ function ODEErrorControlVerbosity(verbose::Verbosity.Type)
285285
end
286286

287287
mutable struct ODEPerformanceVerbosity
288+
alg_switch
289+
288290
@add_kwonly function ODEPerformanceVerbosity()
289-
new()
291+
new(alg_switch)
290292
end
291293
end
292294

0 commit comments

Comments
 (0)