Message printed twice

This commit is contained in:
Shahram Najm 2019-02-22 11:31:27 +00:00
parent 3f37b70fa4
commit 487ae774ac
1 changed files with 1 additions and 1 deletions

View File

@ -2203,7 +2203,7 @@ static int def_latlon(int ncid, fieldset *fs)
field *g = get_field(fs, 0, expand_mem);
Assert( check_grid(g)==GRIB_SUCCESS );
DebugAssert( check_grid(g)==GRIB_SUCCESS );
if((e = grib_get_long(g->handle, "Ni", &l)) != GRIB_SUCCESS)
{