Skip to content

Commit a0d96af

Browse files
committed
revert precompile stuff
1 parent 83c2892 commit a0d96af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/auxiliary/precompile.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,8 @@ function _precompile_manual_()
387387
@assert Base.precompile(Tuple{DiscreteCallback{typeof(Trixi.summary_callback),
388388
typeof(Trixi.summary_callback),
389389
typeof(Trixi.initialize_summary_callback),
390-
Tuple{Bool, Bool},
391-
typeof(SciMLBase.FINALIZE_DEFAULT)}})
390+
typeof(SciMLBase.FINALIZE_DEFAULT),
391+
typeof(nothing)}})
392392
@assert Base.precompile(Tuple{typeof(summary_box), Base.TTY, String,
393393
Vector{Pair{String, Any}}})
394394
# TODO: AMRCallback, ControllerThreeLevel, indicators
@@ -524,8 +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-
Tuple{Bool, Bool},
528-
typeof(SciMLBase.FINALIZE_DEFAULT)}
527+
typeof(SciMLBase.FINALIZE_DEFAULT),
528+
typeof(nothing)}
529529
@assert Base.precompile(Tuple{typeof(show), Base.TTY, summary_callback_type})
530530
@assert Base.precompile(Tuple{typeof(show), IOContext{Base.TTY}, MIME"text/plain",
531531
summary_callback_type})

0 commit comments

Comments
 (0)