Skip to content

Commit

Permalink
commented out test
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Dec 15, 2024
1 parent bfd4d06 commit aa928dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_g2cf.F90
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ program test_g2cf
!ierr = g2cf_set_log_level(1)

! Open the test file.
ierr = g2cf_open(fileName, 0, g2cid)
if (ierr .ne. 0) stop 2
! ierr = g2cf_open(fileName, 0, g2cid)
! if (ierr .ne. 0) stop 2

! ! Check number of messages.
! ierr = g2cf_inq(g2cid, num_msg)
Expand All @@ -33,8 +33,8 @@ program test_g2cf
! subcenter .ne. 0 .or. master_version .ne. 2 .or. local_version .ne. 1) stop 12

! Close the file.
ierr = g2cf_close(g2cid)
if (ierr .ne. 0) stop 20
! ierr = g2cf_close(g2cid)
! if (ierr .ne. 0) stop 20

print *, 'SUCCESS!'
end program test_g2cf

0 comments on commit aa928dd

Please sign in to comment.