Skip to content

Commit

Permalink
fixed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Jul 1, 2019
1 parent b3e94d7 commit f43cf80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/general/pio_decomp_fillval.F90.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PIO_TF_AUTO_TEST_SUB_BEGIN nc_write_1d_explicit_fval
PIO_TF_FC_DATA_TYPE, PARAMETER :: BUF_FILLVAL = -2
integer, dimension(1) :: dims
integer :: pio_dim
integer :: i, ierr, lsz
integer :: i, ierr
! iotypes = valid io types
integer, dimension(:), allocatable :: iotypes
character(len=PIO_TF_MAX_STR_LEN), dimension(:), allocatable :: iotype_descs
Expand Down Expand Up @@ -105,7 +105,7 @@ PIO_TF_AUTO_TEST_SUB_BEGIN nc_write_1d_implicit_fval
PIO_TF_FC_DATA_TYPE, PARAMETER :: BUF_FILLVAL = -2
integer, dimension(1) :: dims
integer :: pio_dim
integer :: i, ierr, lsz
integer :: i, ierr
! iotypes = valid io types
integer, dimension(:), allocatable :: iotypes
character(len=PIO_TF_MAX_STR_LEN), dimension(:), allocatable :: iotype_descs
Expand Down Expand Up @@ -208,7 +208,7 @@ PIO_TF_AUTO_TEST_SUB_BEGIN nc_read_1d_explicit_fval
PIO_TF_FC_DATA_TYPE, PARAMETER :: BUF_FILLVAL = -2
integer, dimension(1) :: dims
integer :: pio_dim
integer :: i, ierr, lsz
integer :: i, ierr
! iotypes = valid io types
integer, dimension(:), allocatable :: iotypes
character(len=PIO_TF_MAX_STR_LEN), dimension(:), allocatable :: iotype_descs
Expand Down Expand Up @@ -295,7 +295,7 @@ PIO_TF_AUTO_TEST_SUB_BEGIN nc_read_1d_implicit_fval
integer, parameter :: BUF_FILLVAL = -2
integer, dimension(1) :: dims
integer :: pio_dim
integer :: i, ierr, lsz
integer :: i, ierr
! iotypes = valid io types
integer, dimension(:), allocatable :: iotypes
character(len=PIO_TF_MAX_STR_LEN), dimension(:), allocatable :: iotype_descs
Expand Down

0 comments on commit f43cf80

Please sign in to comment.