NOAA-EMC / NCEPLIBS-g2c

This library contains C decoder/encoder routines for GRIB edition 2.
Other
18 stars 11 forks source link

change read/write macros in grib2_int.h into functions #373

Closed edwardhartnett closed 1 year ago

edwardhartnett commented 1 year ago

I have some macros in grib2_int.h which read and write values from a GRIB2 file.

These macros are becoming more and more complicated. At this point, it makes more sense for them to be functions.