diff --git a/src/plugins/weatherdata/gfs/g2clib/pdstemplates.c b/src/plugins/weatherdata/gfs/g2clib/pdstemplates.c index 298dbf42f..bd040d921 100644 --- a/src/plugins/weatherdata/gfs/g2clib/pdstemplates.c +++ b/src/plugins/weatherdata/gfs/g2clib/pdstemplates.c @@ -505,6 +505,7 @@ gtemplate *extpdstemplate(g2int number,g2int *list) } } } + } else if ( number == 51 ) { new->extlen=list[15]*11; new->ext=(g2int *)malloc(sizeof(g2int)*new->extlen); @@ -572,7 +573,6 @@ gtemplate *extpdstemplate(g2int number,g2int *list) for (i=0;iext[l+i]=1; } - } } return(new);