mirror of https://github.com/ecmwf/eccodes.git
HEALPix: Better error message re nested ordering
This commit is contained in:
parent
151654a339
commit
07382ee77f
|
@ -195,7 +195,7 @@ static int init(grib_iterator* iter, grib_handle* h, grib_arguments* args)
|
||||||
|
|
||||||
if (!STR_EQUAL(ordering, "ring")) {
|
if (!STR_EQUAL(ordering, "ring")) {
|
||||||
grib_context_log(h->context, GRIB_LOG_ERROR, "%s: Only ring ordering is supported", ITER);
|
grib_context_log(h->context, GRIB_LOG_ERROR, "%s: Only ring ordering is supported", ITER);
|
||||||
return GRIB_WRONG_GRID;
|
return GRIB_GEOCALCULUS_PROBLEM;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (grib_is_earth_oblate(h)) {
|
if (grib_is_earth_oblate(h)) {
|
||||||
|
|
Loading…
Reference in New Issue