Skip to content

Commit

Permalink
Update test_bitmap.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed Nov 15, 2024
1 parent d718e8e commit 867e553
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_bitmap.F90
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ end subroutine g2_create_index
if (iret .ne. 0) stop 101

! Free resources.
!call gf_free(gfld)
!call gf_finalize(iret)
!if (iret .ne. 0) stop 102
call gf_free(gfld)
call gf_finalize(iret)
if (iret .ne. 0) stop 102

print *, 'SUCCESS!'
end program test_bitmap

0 comments on commit 867e553

Please sign in to comment.