From 010e18854d72dd99f3d04ebf3ee9dcb3b548afa8 Mon Sep 17 00:00:00 2001 From: bennibolm Date: Mon, 21 Aug 2023 12:11:30 +0200 Subject: [PATCH] Fix typo --- src/solvers/dgsem_tree/containers_2d.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/solvers/dgsem_tree/containers_2d.jl b/src/solvers/dgsem_tree/containers_2d.jl index 8ab174d20b6..b1bd509fc7d 100644 --- a/src/solvers/dgsem_tree/containers_2d.jl +++ b/src/solvers/dgsem_tree/containers_2d.jl @@ -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]