mirror of https://github.com/ecmwf/eccodes.git
Cleanup: src/grib_templates.h deprecated
This commit is contained in:
parent
e4e641d28f
commit
4270ffaaa3
|
@ -373,7 +373,6 @@ list( APPEND eccodes_src_files
|
|||
grib_iterator_factory.h
|
||||
grib_nearest_class.h
|
||||
grib_nearest_factory.h
|
||||
grib_templates.h
|
||||
grib_yacc.h
|
||||
md5.h
|
||||
md5.c
|
||||
|
|
|
@ -61,7 +61,7 @@ unsigned char _grib_template_GRIB2[] = {
|
|||
};
|
||||
|
||||
static grib_templates templates[] = {
|
||||
{"GRIB1", _grib_template_GRIB1, 107,},
|
||||
{"GRIB2", _grib_template_GRIB2, 184,},
|
||||
{"GRIB1", _grib_template_GRIB1, 107,},
|
||||
{"GRIB2", _grib_template_GRIB2, 184,},
|
||||
};
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue