Unidata / netcdf-cxx4

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

Add ncFile::redef() #66

Open WardF opened 5 years ago

WardF commented 5 years ago

While reviewing the C++ code for the upcoming release (including additions to bring the C++ API up to parity with the C API), it appears that there is no way to invoke nc_redef() from the C++ API. This needs to be addressed, and will be shortly. Tagging @AodhanSweeney to take a look at this.