DFO-Ocean-Navigator / netcdf-timestamp-mapper

Maps timestamps (and variables) to a corresponding nc file using sqlite3.
https://dfo-ocean-navigator.github.io/netcdf-timestamp-mapper/
GNU General Public License v3.0
1 stars 1 forks source link

Fix m_datasetType not being initialised correctly #17

Closed htmlboss closed 4 years ago

htmlboss commented 4 years ago

Forgot in some c++ implementations, the initializer list isn't necessarily executed in order of declaration.