Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
lxmota committed Dec 7, 2024
1 parent 3880590 commit 9e4da13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ics_bcs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,9 @@ function SMCouplingSchwarzBC(
end
side_set_name = bc_params["side set"]
side_set_id = side_set_id_from_name(side_set_name, input_mesh)
global_to_local_map, num_nodes_per_side, side_set_node_indices =
global_to_local_map, _, side_set_node_indices =
get_side_set_global_to_local_map(input_mesh, side_set_id)
coupled_block_name = bc_params["source block"]
coupled_bc_index = 0
coupled_mesh = coupled_subsim.params["input_mesh"]
coupled_block_id = block_id_from_name(coupled_block_name, coupled_mesh)
element_type = Exodus.read_block_parameters(coupled_mesh, coupled_block_id)[1]
Expand Down

0 comments on commit 9e4da13

Please sign in to comment.