Skip to content

Commit

Permalink
Apply fix from Marcelo Banik in #8637
Browse files Browse the repository at this point in the history
Fixes #8637
  • Loading branch information
joa-quim committed Nov 27, 2024
1 parent 0b2b696 commit ec54e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mgd77/mgd77.c
Original file line number Diff line number Diff line change
Expand Up @@ -5574,7 +5574,7 @@ int MGD77_igrf10syn (struct GMT_CTRL *GMT, int isv, double date, int itype, doub
t = 1.;
tc = 0.;
}
ll = 3255; /* nth position corresponding to first coeff of 2020 (must always point to pen-ultimate set) */
ll = 3450; /* nth position corresponding to first coeff of 2025 (must always point to pen-ultimate set) */
nmx = 13;
nc = nmx * (nmx + 2);
kmx = (nmx + 1) * (nmx + 2) / 2;
Expand Down

0 comments on commit ec54e8e

Please sign in to comment.