Unidata / netcdf-cxx4

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

Do not call nc_close on null object in NcFile destructor #13

Closed jarlela closed 10 years ago

jarlela commented 10 years ago

This will remove the error message from destruction of declared NcFile objects: https://bugtracking.unidata.ucar.edu/browse/NCCPP-6

russrew commented 10 years ago

Thanks!