Skip to content

Commit

Permalink
adds array deallocation
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeter committed Oct 1, 2024
1 parent b5635a5 commit d885a2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/generate_databases/setup_mesh_adjacency.f90
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ subroutine setup_mesh_adjacency()

! frees temporary array
deallocate(ibool_corner)
deallocate(node_to_elem,node_to_elem_count)

! debug: for vtk output
if (DEBUG_VTK_OUTPUT) then
Expand Down

0 comments on commit d885a2c

Please sign in to comment.