C++ compilation

This commit is contained in:
Shahram Najm 2023-01-06 20:25:57 +00:00
parent 4f9a51de1c
commit bed7e91e6b
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ const char* tool_name = "bufr_index_build";
const char* tool_online_doc = NULL;
const char* tool_usage = "[options] file file ... ";
grib_index* idx = NULL;
char* keys;
char* default_keys = "mars";
const char* keys;
const char* default_keys = "mars";
grib_option grib_options[] = {
/* {id, args, help}, on, command_line, value */