Skip to content

Commit

Permalink
remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
benegee committed Jan 23, 2024
1 parent b068d11 commit 8d3835a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/auxiliary/t8code.jl
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,6 @@ function trixi_t8_count_interfaces(mesh)
max_tree_num_elements = UInt64(2^ndims(mesh))^max_level

if mpi_isparallel()
remotes = t8_forest_ghost_get_remotes(mesh.forest)
ghost_remote_first_elem = [num_local_elements +
t8_forest_ghost_remote_first_elem(mesh.forest, remote)
for remote in remotes]

ghost_num_trees = t8_forest_ghost_num_trees(mesh.forest)

ghost_tree_element_offsets = [num_local_elements +
Expand Down

0 comments on commit 8d3835a

Please sign in to comment.