mirror of https://github.com/ecmwf/eccodes.git
ECC-1846: Rename template so grib_dump does not show it (cannot start with 'section')
This commit is contained in:
parent
e4e91e7a48
commit
807602d7d6
|
@ -77,9 +77,8 @@ if (defined(marsStream) && defined(marsType)) {
|
|||
|
||||
template parameters "grib2/parameters.def";
|
||||
|
||||
|
||||
# Hook for local extras
|
||||
template_nofail section4Extras "grib2/local/[centre]/section4_extras.def";
|
||||
# Hook for local extras
|
||||
template_nofail extras "grib2/local/[centre]/section4_extras.def";
|
||||
|
||||
# Detect if this is for Generalized vertical height coordinates
|
||||
if (defined(typeOfFirstFixedSurface)) {
|
||||
|
|
Loading…
Reference in New Issue