Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Oct 12, 2023
1 parent 77b3b02 commit 2297486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solvers/dgsem_tree/container_viscous_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mutable struct ViscousContainer2D{uEltype <: Real}
(Vector{uEltype}(undef, n_vars * n_nodes^2 * n_elements),
Vector{uEltype}(undef, n_vars * n_nodes^2 * n_elements)),
(Vector{uEltype}(undef, n_vars * n_nodes^2 * n_elements),
Vector{uEltype}(undef, n_vars * n_nodes^2 * n_elements)),)
Vector{uEltype}(undef, n_vars * n_nodes^2 * n_elements)))
end
end

Expand Down

0 comments on commit 2297486

Please sign in to comment.