Skip to content

Commit d885a2c

Browse files
committed
adds array deallocation
1 parent b5635a5 commit d885a2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/generate_databases/setup_mesh_adjacency.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ subroutine setup_mesh_adjacency()
354354

355355
! frees temporary array
356356
deallocate(ibool_corner)
357+
deallocate(node_to_elem,node_to_elem_count)
357358

358359
! debug: for vtk output
359360
if (DEBUG_VTK_OUTPUT) then

0 commit comments

Comments
 (0)