Skip to content

Commit

Permalink
switched to g2 develop branch everywhere in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Feb 28, 2024
1 parent 6ab67ac commit 2bfd878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/grb2index/grb2index.F90
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ program grb2index
call baopenr(lugb, trim(cgb), ios)
if (ios .ne. 0) then
print *, 'grb2index: Error accessing file ', trim(cgb)
return 2;
stop 2
endif

! Open index file for output.
call baopenw(lugi, trim(cg1), ios)
if (ios .ne. 0) then
print *, 'grb2index: Error accessing file ', trim(cgi)
return 2;
stop 3
endif

! Locate base name of file.
Expand Down

0 comments on commit 2bfd878

Please sign in to comment.