mirror of https://github.com/ecmwf/eccodes.git
Refactoring: unused variable
This commit is contained in:
parent
5ca6092822
commit
aede6474df
|
@ -11,7 +11,7 @@ program codes_ecc_1392
|
||||||
use eccodes
|
use eccodes
|
||||||
implicit none
|
implicit none
|
||||||
|
|
||||||
integer :: ifile, igrib
|
integer :: ifile
|
||||||
character(len=60) :: inputfile
|
character(len=60) :: inputfile
|
||||||
|
|
||||||
call getarg(1, inputfile)
|
call getarg(1, inputfile)
|
||||||
|
|
Loading…
Reference in New Issue