Make C, Fortran and Python examples ECC-15

This commit is contained in:
Sandor Kertesz 2015-03-27 09:35:04 +00:00
parent 8d121e1591
commit 2591bdc6d3
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#examples
!GRIB (
GRIB (
grib_clone
grib_ensemble_index
grib_get_keys
@ -24,7 +24,6 @@ BUFR (
bufr_expanded
bufr_get_keys
bufr_keys_iterator
bufr_missing
bufr_read_header
bufr_read_scatterometer
bufr_read_synop

View File

@ -14,7 +14,7 @@ noinst_PROGRAMS = f_grib_index f_copy_message f_grib_get_keys f_get_data f_get_
f_read_from_file f_new_from_file f_copy_namespace f_get_set_uuid f_set_gvc \
f_grib_clone f_bufr_clone f_bufr_expanded f_bufr_get_keys f_bufr_read_header \
f_bufr_read_synop f_bufr_set_keys f_bufr_keys_iterator f_bufr_subset f_bufr_attributes \
f_get_product_kind f_bufr_read_temp bufr_read_scatterometer
f_get_product_kind f_bufr_read_temp f_bufr_read_scatterometer
f_grib_index_SOURCES=grib_index.f90
f_copy_message_SOURCES=copy_message.f90