mirror of https://github.com/ecmwf/eccodes.git
ECC-675: Examples: confusing comment in bufr_expanded.f90
This commit is contained in:
parent
3fb810118a
commit
e643b5cb51
|
@ -32,7 +32,6 @@ real(kind=8), dimension(:), allocatable :: values
|
|||
|
||||
do while (iret/=CODES_END_OF_FILE)
|
||||
|
||||
! Get and print some keys form the BUFR header
|
||||
write(*,*) 'message: ',count
|
||||
|
||||
! We need to instruct ecCodes to expand all the descriptors
|
||||
|
|
Loading…
Reference in New Issue