Skip to content

Commit

Permalink
debug memcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed Nov 14, 2024
1 parent 42f1e05 commit 3750879
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_bitmap.F90
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ end subroutine g2_create_index
do i = 1, 250
jgdt(i) = -9999
end do
call getgb2s2(cbuf, myidxver, nlen, nnum, j, jdisc, jids, jpdtn, jpdt, jgdtn, jgdt, &
k, gfld, lpos, iret)
if (iret .ne. 0) stop 20
!call getgb2s2(cbuf, myidxver, nlen, nnum, j, jdisc, jids, jpdtn, jpdt, jgdtn, jgdt, &
! k, gfld, lpos, iret)
!if (iret .ne. 0) stop 20

! Free resources.
deallocate(cbuf)
call gf_finalize(iret)
!call gf_finalize(iret)
if (iret .ne. 0) stop 200

print *, 'SUCCESS!'
Expand Down

0 comments on commit 3750879

Please sign in to comment.