NOAA-EMC / NCEPLIBS-bacio

This library performs binary I/O for the NCEP models.
Other
2 stars 6 forks source link

Final refactoring (?) #99

Closed edwardhartnett closed 2 years ago

edwardhartnett commented 2 years ago

Some final refactors to remove unneeded code and variables from function baciol(), including parameter newpos which was computed but never used or passed back to the caller.

This PR should be looked at after #97 has been merged, it is a follow-on.

Fixes #98