Skip to content

Commit

Permalink
Removed debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
cnegre committed May 29, 2024
1 parent d1be76a commit dc55da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/prg_system_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit dc55da2

Please sign in to comment.