Skip to content

Commit 5a743da

Browse files
author
Michael Sh
committed
Comment fixed
1 parent 60a4913 commit 5a743da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coeffs/read.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func (igrf *IGRFcoeffs) interpolateCoeffs(start_epoch, end_epoch string, date fl
9090
} else {
9191
if nmax1 > nmax2 {
9292
// the last column has degree of 8
93-
// now it's anything after 2020.0
93+
// now it's anything after 2025.0
9494
k = nmax2 * (nmax2 + 2)
9595
l = nmax1 * (nmax1 + 2)
9696
interp = func(start, end, f float64) float64 {

0 commit comments

Comments
 (0)