proway2 / go-igrf

Pure Go IGRF (International Geomagnetic Reference Field) implementation.
MIT License
6 stars 0 forks source link

Check starting index for some slices #24

Open proway2 opened 2 years ago

proway2 commented 2 years ago

In shval3.c some indexes start with 1. Check if it's possible to switch to the traditional 0-based indexing and fix the issue.