aodn / imos-toolbox

Graphical tool for QC'ing and NetCDF'ing oceanographic datasets
GNU General Public License v3.0
45 stars 30 forks source link

Missing fclose in readMappings.m #721

Closed BecCowley closed 2 years ago

BecCowley commented 3 years ago

There is no fclose(nf) in readMappings.m. It causes errors in matlab with too many files open and requires many restarts.

ocehugo commented 3 years ago

confirmed and fix on the way https://github.com/aodn/imos-toolbox/pull/723