Skip to content

Commit

Permalink
T8codemesh is not exported
Browse files Browse the repository at this point in the history
  • Loading branch information
benegee committed Nov 11, 2024
1 parent f6f8cca commit 375ebb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LibTrixi.jl/src/api_jl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function trixi_finalize_simulation_jl(simstate)

# finalize T8codeMesh explicitly
mesh, _, _, _ = mesh_equations_solver_cache(simstate.semi)
if mesh isa T8codeMesh
if mesh isa Trixi.T8codeMesh
finalize(mesh)
end

Expand Down Expand Up @@ -138,7 +138,7 @@ end


function trixi_get_t8code_forest_jl(simstate)
mesh, _, _, _ = Trixi.mesh_equations_solver_cache(simstate.semi)
mesh, _, _, _ = mesh_equations_solver_cache(simstate.semi)
return mesh.forest
end

Expand Down

0 comments on commit 375ebb7

Please sign in to comment.