Skip to content

Commit

Permalink
fixed warning in driver.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Jun 27, 2019
1 parent 80c569d commit 4f0c73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/driver.F90
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Program pio_unit_test_driver

! local variables
character(len=str_len) :: err_msg
integer :: fail_cnt, test_cnt, ios, test_id, ierr, test_val
integer :: fail_cnt, test_cnt, ios, test_id, ierr
logical :: ltest_netcdf, ltest_pnetcdf
logical :: ltest_netcdf4p, ltest_netcdf4c
namelist/piotest_nml/ ltest_netcdf, &
Expand Down

0 comments on commit 4f0c73b

Please sign in to comment.