From f462779b210f7d4e90fe20f8a70cabf134bd78cd Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Sun, 27 Oct 2024 13:57:34 +0100 Subject: [PATCH] Update src/solvers/dg.jl Co-authored-by: Joshua Lampert <51029046+JoshuaLampert@users.noreply.github.com> --- src/solvers/dg.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/solvers/dg.jl b/src/solvers/dg.jl index cb0156477a7..b4376c5a936 100644 --- a/src/solvers/dg.jl +++ b/src/solvers/dg.jl @@ -21,8 +21,8 @@ end # Function to define "element variables" for the SaveSolutionCallback. It does # nothing by default, but can be specialized for certain volume integral types. -# For instance, shock capturing volume integrals output the blending factor -# as an "element variable". +# For instance, shock capturing volume integrals output the blending factor +# as an "element variable". function get_node_variables!(node_variables, mesh, equations, volume_integral::AbstractVolumeIntegral, dg, cache) nothing