NOAA-EMC / NCEPLIBS-bufr

The NCEPLIBS-bufr library contains routines and utilites for working with the WMO BUFR format.
Other
44 stars 19 forks source link

convert some routines to .F90 #566

Closed jbathegit closed 7 months ago

jbathegit commented 7 months ago

Part of #254 Part of #328

jbathegit commented 7 months ago

Looking at the latest gcovr report, I found one more thing I could clean up.

Specifically, since I made the recent change to use iupbs01() instead of iupb() inside of the xbfmg utility, then the latter routine is no longer being called from anywhere in any C code. So I was able to remove the iupb_c() function and its associated iupb_f wrapper.