Skip to content

Commit

Permalink
Changed order of imported meshes.
Browse files Browse the repository at this point in the history
  • Loading branch information
iomsn committed Mar 18, 2024
1 parent 4f6a9d2 commit d313117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Trixi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ export entropy, energy_total, energy_kinetic, energy_internal, energy_magnetic,
export lake_at_rest_error
export ncomponents, eachcomponent

export TreeMesh, StructuredMesh, UnstructuredMesh2D, P4estMesh, T8codeMesh,
StructuredMeshView
export TreeMesh, StructuredMesh, StructuredMeshView, UnstructuredMesh2D, P4estMesh,
T8codeMesh

export DG,
DGSEM, LobattoLegendreBasis,
Expand Down

0 comments on commit d313117

Please sign in to comment.