Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed Aug 22, 2024
1 parent d19b1ed commit 7206510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pdstemplates.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7206510

Please sign in to comment.