Skip to content

Commit b62f7b5

Browse files
add exports
1 parent c66f4e5 commit b62f7b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TrixiAtmo.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ using QuadGK: quadgk
2222
using HDF5: HDF5, h5open, attributes, create_dataset, datatype, dataspace
2323

2424
@reexport using StaticArrays: SVector, SMatrix
25-
@reexport using Trixi: waterheight
25+
@reexport import Trixi: waterheight
2626

2727
include("auxiliary/auxiliary.jl")
2828
include("equations/equations.jl")
@@ -45,7 +45,7 @@ export flux_nonconservative_zeros, flux_nonconservative_ec,
4545

4646
export source_terms_lagrange_multiplier, clean_solution_lagrange_multiplier!
4747

48-
export cons2prim_and_vorticity
48+
export cons2prim_and_vorticity, contravariant2global
4949

5050
export P4estMeshCubedSphere2D, P4estMeshQuadIcosahedron2D, MetricTermsCrossProduct,
5151
MetricTermsInvariantCurl

0 commit comments

Comments
 (0)