Make C, Fortran and Python examples ECC-15

This commit is contained in:
Sandor Kertesz 2015-03-17 16:14:49 +00:00
parent 9cebda8b47
commit 141468483a
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#examples #examples
GRIB ( !GRIB (
clone clone
ensemble_index ensemble_index
get get
@ -18,7 +18,7 @@ GRIB (
set_pv set_pv
set set
) )
!BUFR ( BUFR (
bufr_attributes bufr_attributes
bufr_clone bufr_clone
bufr_expanded bufr_expanded
@ -27,6 +27,7 @@ GRIB (
bufr_missing bufr_missing
bufr_print_header bufr_print_header
bufr_print_data bufr_print_data
bufr_read_temp
bufr_set_keys bufr_set_keys
bufr_subset bufr_subset
) )