mirror of https://github.com/ecmwf/eccodes.git
Move deprecated tools to subdirectory
This commit is contained in:
parent
a97409334a
commit
c130f5f4c6
|
@ -131,8 +131,8 @@ int grib_tool_finalise_action(grib_runtime_options* options)
|
|||
return 0;
|
||||
}
|
||||
|
||||
int grib_no_handle_action(int err) {
|
||||
int grib_no_handle_action(int err)
|
||||
{
|
||||
fprintf(dump_file,"\t\t\"ERROR: unreadable message\"\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -212,7 +212,8 @@ int grib_tool_finalise_action(grib_runtime_options* options)
|
|||
return 0;
|
||||
}
|
||||
|
||||
int grib_no_handle_action(int err) {
|
||||
int grib_no_handle_action(int err)
|
||||
{
|
||||
fprintf(dump_file,"\t\t\"ERROR: unreadable message\"\n");
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -217,8 +217,8 @@ int grib_tool_finalise_action(grib_runtime_options* options)
|
|||
return 0;
|
||||
}
|
||||
|
||||
int grib_no_handle_action(int err) {
|
||||
int grib_no_handle_action(int err)
|
||||
{
|
||||
fprintf(dump_file,"\t\t\"ERROR: unreadable message\"\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -131,12 +131,6 @@ int grib_tool_new_handle_action(grib_runtime_options* options, grib_handle* h)
|
|||
for(i = 0; i< size; i++)
|
||||
v[i] = options->constant;
|
||||
}
|
||||
#if 0
|
||||
if (grib_options_on("n:")) {
|
||||
for(i = 0; i< size; i++)
|
||||
v[i] = options->constant;
|
||||
}
|
||||
#endif
|
||||
|
||||
if (err == GRIB_SUCCESS) {
|
||||
GRIB_CHECK_NOLINE(grib_set_double_array(h,"values",v,size),0);
|
||||
|
@ -175,8 +169,8 @@ int grib_tool_finalise_action(grib_runtime_options* options)
|
|||
return 0;
|
||||
}
|
||||
|
||||
int grib_no_handle_action(int err) {
|
||||
int grib_no_handle_action(int err)
|
||||
{
|
||||
fprintf(dump_file,"\t\t\"ERROR: unreadable message\"\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue