Skip to content

Commit

Permalink
Applied autoforatter.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCan committed Nov 24, 2023
1 parent d4624f7 commit 6f4d21e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/solvers/dg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,8 @@ function get_node_variables!(node_variables, mesh, equations, dg::DG, cache)
get_node_variables!(node_variables, mesh, equations, dg.volume_integral, dg, cache)
end

const MeshesDGSEM = Union{TreeMesh, StructuredMesh, StructuredMeshView, UnstructuredMesh2D,
const MeshesDGSEM = Union{TreeMesh, StructuredMesh, StructuredMeshView,
UnstructuredMesh2D,
P4estMesh, T8codeMesh}

@inline function ndofs(mesh::MeshesDGSEM, dg::DG, cache)
Expand Down

0 comments on commit 6f4d21e

Please sign in to comment.