From dc55da2722591493326eae69fe4b66b0db24136b Mon Sep 17 00:00:00 2001 From: cnegre Date: Fri, 19 Apr 2024 18:00:20 -0600 Subject: [PATCH] Removed debug statement --- src/prg_system_mod.F90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/prg_system_mod.F90 b/src/prg_system_mod.F90 index 6b164c6..babd684 100644 --- a/src/prg_system_mod.F90 +++ b/src/prg_system_mod.F90 @@ -2674,14 +2674,14 @@ subroutine prg_graph2bml(graph,bml_type,g_bml) call bml_set_row(g_bml,i,row,0.5_dp) enddo !$omp end parallel do -! stop + deallocate(graph) deallocate(row) call bml_print_matrix("gcov",g_bml,0,4,0,4) mdim = bml_get_m(g_bml) write(*,*)"mdim",mdim,bml_get_n(g_bml) - !stop + end subroutine prg_graph2bml