Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Aug 11, 2023
1 parent deace03 commit 421fc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solvers/dg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ function allocate_coefficients(mesh::AbstractMesh, equations, dg::DG, cache)
end

@inline function wrap_array(u_ode::AbstractVector, mesh::AbstractMesh, equations,
dg::DGSEM, cache)
dg::DGSEM, cache)
@boundscheck begin
@assert length(u_ode) ==
nvariables(equations) * nnodes(dg)^ndims(mesh) * nelements(dg, cache)
Expand Down

0 comments on commit 421fc95

Please sign in to comment.