From 8d3835ae9c2267e095953ed4a7d17dc405d4a23f Mon Sep 17 00:00:00 2001 From: Benedict Geihe Date: Tue, 23 Jan 2024 16:19:32 +0100 Subject: [PATCH] remove unused variables --- src/auxiliary/t8code.jl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/auxiliary/t8code.jl b/src/auxiliary/t8code.jl index b22e2033c24..5e72bc2aa9d 100644 --- a/src/auxiliary/t8code.jl +++ b/src/auxiliary/t8code.jl @@ -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 +