Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm committed Aug 21, 2023
1 parent c55c33d commit 010e188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solvers/dgsem_tree/containers_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1514,7 +1514,7 @@ function Base.resize!(container::ContainerSubcellLimiterMCL2D, capacity)
return nothing
end

# Container data structure (structure-of-arrays style) for variables used for subcell limiting useing bar states
# Container data structure (structure-of-arrays style) for variables used for subcell limiting using bar states
mutable struct ContainerBarStates{uEltype <: Real}
bar_states1::Array{uEltype, 4} # [variable, i, j, element]
bar_states2::Array{uEltype, 4} # [variable, i, j, element]
Expand Down

0 comments on commit 010e188

Please sign in to comment.