We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a4913 commit 5a743daCopy full SHA for 5a743da
coeffs/read.go
@@ -90,7 +90,7 @@ func (igrf *IGRFcoeffs) interpolateCoeffs(start_epoch, end_epoch string, date fl
90
} else {
91
if nmax1 > nmax2 {
92
// the last column has degree of 8
93
- // now it's anything after 2020.0
+ // now it's anything after 2025.0
94
k = nmax2 * (nmax2 + 2)
95
l = nmax1 * (nmax1 + 2)
96
interp = func(start, end, f float64) float64 {
0 commit comments