WestRidgeSystems / jmisb

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

Parameters swapped #462

Open RaNo99 opened 5 months ago

RaNo99 commented 5 months ago

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

bradh commented 5 months ago

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