Skip to content

Commit

Permalink
working on test
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Feb 15, 2024
1 parent 9080c8e commit ca5d26e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_create_index.F90
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ program test_create_index

print *, 'Testing g2_create_index on ', TEST_FILE_GDAS

! call g2_create_index(TEST_FILE_GDAS, TEST_FILE_GDAS_INDEX, idxver, iret)
! if (iret .ne. 0) stop 10
call g2_create_index(TEST_FILE_GDAS, TEST_FILE_GDAS_INDEX, idxver, iret)
if (iret .ne. 0) stop 10

! ! Open the index file.
! call baopen(lugi, TEST_FILE_GDAS_INDEX, iret)
Expand Down

0 comments on commit ca5d26e

Please sign in to comment.