Refactoring: unused variable

This commit is contained in:
Shahram Najm 2022-05-31 16:54:38 +01:00
parent 5ca6092822
commit aede6474df
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ program codes_ecc_1392
use eccodes
implicit none
integer :: ifile, igrib
integer :: ifile
character(len=60) :: inputfile
call getarg(1, inputfile)