Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Sep 5, 2024
1 parent 3c952f7 commit ed971ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/callbacks_step/analysis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ include("analysis_dg3d_parallel.jl")
# This version of `analyze` is used for [`AnalysisSurfaceIntegral`](@ref) which requires
# `semi` to be passed along to retrieve the current boundary indices, which are non-static
# in the case of AMR.
function analyze(quantity::AnalysisSurfaceIntegral{Variable},
function analyze(quantity::AnalysisSurfaceIntegral{Variable},
du, u, t,
semi::AbstractSemidiscretization) where {Variable}
mesh, equations, solver, cache = mesh_equations_solver_cache(semi)
Expand Down

0 comments on commit ed971ac

Please sign in to comment.