Examples/Documentation

This commit is contained in:
Shahram Najm 2016-12-22 14:09:07 +00:00
parent afa06548ef
commit 77e38b0848
2 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@ GRIB (
BUFR (
bufr_attributes
bufr_clone
bufr_copy_data
bufr_encode_flight
bufr_expanded
bufr_get_keys

View File

@ -50,7 +50,7 @@ while (<>) {
s/\bgrib_get_double\b/codes_get_double/;
s/\bgrib_set_long\b/codes_set_long/;
s/\bgrib_set_double\b/codes_set_double/;
s/\bgrib_new_from_samples\b/codes_new_from_samples/;
s/\bgrib_new_from_samples\b/codes_grib_new_from_samples/;
s/\bgrib_clone\b/codes_clone/;
s/\bgrib_set_double_array\b/codes_set_double_array/;
s/\bgrib_get_double_array\b/codes_get_double_array/;