Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed May 16, 2024
1 parent 9952683 commit 4a1c579
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/g2getgb2.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,6 @@ subroutine getgb2rp2(lugb, idxver, cindex, extract, gribm, leng8, iret)
#endif

if (.not. associated(gribm)) allocate(gribm(leng8))
leng = int(leng8, kind(4))
call bareadl(lugb, iskip8, leng8, lread8, gribm)
if (leng8 .ne. lread8) then
deallocate(gribm)
Expand Down

0 comments on commit 4a1c579

Please sign in to comment.