Skip to content

Commit

Permalink
fixed warnings in ncdf_inq.F90.in
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Jun 26, 2019
1 parent 04af202 commit 8df467e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/general/ncdf_inq.F90.in
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ SUBROUTINE test_inq_var(pio_file, ret)
type(file_desc_t), intent(in) :: pio_file
integer, intent(inout) :: ret

type(var_desc_t) :: pio_var
integer :: var_id, var_type, var_ndims, var_natts
integer, dimension(:), allocatable :: var_dims
character(len=pio_max_name) :: var_name
Expand Down

0 comments on commit 8df467e

Please sign in to comment.