Skip to content

Commit

Permalink
Merge branch 'develop' into ejh_index_util
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett authored Jan 29, 2024
2 parents bf82a71 + 0c63c89 commit bb451dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pdstemplates.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ static const struct pdstemplate templatespds[G2C_MAX_PDS_TEMPLATE] =
statistical processing */
{1101, 22, 0, {1, 1, 1, 1, 1, 2, 1, 1, -4, 1, -1, -4, 1, -1, -4, 4, 1, 1, 1, 4, 1, 4}},
/** 4.32:Simulate (synthetic) Satellite Product */
{32, 10, 1, {1, 1, 1, 1, 1, 2, 1, 1, -2, 1}},
{32, 10, 1, {1, 1, 1, 1, 1, 2, 1, 1, -4, 1}},
/** 4.44: Analysis or forecast at a horizontal level or in a horizontal layer
at a point in time for Aerosol */
{44, 21, 0, {1, 1, 2, 1, -1, -4, -1, -4, 1, 1, 1, 2, 1, 1, -2, 1, -1, -4, 1, -1, -4}},
Expand Down
2 changes: 1 addition & 1 deletion tests/tst_pdstemplates.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ main()
{1, 1, 1, 1, 1, 2, 1, 1, -4, 1, 1, 1, 4, 4, 2}, /* 1002 */
{1, 1, 1, 1, 1, 2, 1, 1, -4, 1, -1, -4, 1, -1, -4}, /* 1100 */
{1, 1, 1, 1, 1, 2, 1, 1, -4, 1, -1, -4, 1, -1, -4, 4, 1, 1, 1, 4, 1, 4}, /* 1101 */
{1, 1, 1, 1, 1, 2, 1, 1, -2, 1}, /* 32 */
{1, 1, 1, 1, 1, 2, 1, 1, -4, 1}, /* 32 */
{1, 1, 2, 1, -1, -4, -1, -4, 1, 1, 1, 2, 1, 1, -2, 1, -1, -4, 1, -1, -4}, /* 44 */
{1, 1, 2, 1, -1, -4, -1, -4, 1, 1, 1, 2, 1, 1, -4, 1, -1, -4, 1, -1, -4, 1, 1, 1}, /* 45 */
{1, 1, 2, 1, -1, -4, -1, -4, 1, 1, 1, 2, 1, 1, -4, 1, -1, -4, 1, -1, -4, 2, 1, 1, 1, 1, 1, 1, 4, 1, 1, 1, 4, 1, 4}, /* 46 */
Expand Down

0 comments on commit bb451dc

Please sign in to comment.