From 72065106cc52d2d07fe43c53794cc8598611e4a9 Mon Sep 17 00:00:00 2001 From: AlysonStahl-NOAA <166434581+AlysonStahl-NOAA@users.noreply.github.com> Date: Thu, 22 Aug 2024 14:24:50 -0700 Subject: [PATCH] typo --- src/pdstemplates.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pdstemplates.c b/src/pdstemplates.c index 7ca7d1b7..0b86b956 100644 --- a/src/pdstemplates.c +++ b/src/pdstemplates.c @@ -723,7 +723,7 @@ extpdstemplate(g2int number, g2int *list) new->ext = malloc(sizeof(g2int) * new->extlen); for (i=0; i < list[5]; i++) { - l = i * 6; + l = i * 5; new->ext[l] = 2; new->ext[l+1] = 2; new->ext[l+2] = 2;