readme and path

This commit is contained in:
robin
2024-04-18 13:42:31 +02:00
parent 2443d96733
commit 4c2dfa8e2b
2 changed files with 22 additions and 1 deletions

View File

@@ -85,7 +85,7 @@ pair<vector<T>, std::dextents<std::size_t, 3>> get3DMat(NcVar var) {
}
int main () {
netCDF::NcFile data("../../../hdf5/hydrodynamic_U.h5", netCDF::NcFile::read);
netCDF::NcFile data("../../../../data/hydrodynamic_U.h5", netCDF::NcFile::read);
multimap< string, NcVar > vars = data.getVars();