Skip to content

Commit e38c127

Browse files
committed
fix precompile
1 parent 1ac1d41 commit e38c127

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/auxiliary/precompile.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,9 +524,8 @@ function _precompile_manual_()
524524
summary_callback_type = DiscreteCallback{typeof(Trixi.summary_callback),
525525
typeof(Trixi.summary_callback),
526526
typeof(Trixi.initialize_summary_callback),
527-
typeof(SciMLBase.FINALIZE_DEFAULT),
528527
Tuple{Bool, Bool},
529-
typeof(nothing)}
528+
typeof(SciMLBase.FINALIZE_DEFAULT)}
530529
@assert Base.precompile(Tuple{typeof(show), Base.TTY, summary_callback_type})
531530
@assert Base.precompile(Tuple{typeof(show), IOContext{Base.TTY}, MIME"text/plain",
532531
summary_callback_type})

0 commit comments

Comments
 (0)