NOAA-EMC / NCEPLIBS-g2tmpl

GRIB2 codes and templates
Other
4 stars 9 forks source link

process_4dot2.c needs to be converted to use standard ISO Fortran/C interoperability #75

Open edwardhartnett opened 2 years ago

edwardhartnett commented 2 years ago

We have C code in process_4dot2.c which uses the old-fashioned underscore technique to call Fortran from C. We can use the interoperability layer for this and do it in a standard way.