Unidata / netcdf-cxx4

Official GitHub repository for netCDF-C++ libraries and utilities.
Other
124 stars 49 forks source link

Remove global `g_ncid` #145

Closed ZedThree closed 5 months ago

ZedThree commented 6 months ago

Closes #30 Fixes #32

Global file ID is no longer needed now that nc_inq_type can take a group ID (valid since netCDF-C 4.4.1).

Includes test that fails without this change.