WestRidgeSystems / jmisb

jMISB is an open source Java library implementing various MISB standards.
MIT License
40 stars 13 forks source link

Parameters swapped #462

Open RaNo99 opened 3 months ago

RaNo99 commented 3 months ago

getValueBilinear in Geoid.java is passing yOffset and xOffset values to interpolateBilinear in the wrong order

bradh commented 3 months ago

Thanks for the report. Do you have time to contribute a test case that demonstrates the problem, and possibly a fix?