Fixed HDF5 read array

This commit is contained in:
Guilhem Lavaux 2016-02-25 10:41:28 +01:00
parent 43d77feafe
commit 984aa5e209

View File

@ -335,6 +335,7 @@ namespace CosmoTool {
dataspace.selectHyperslab(H5S_SELECT_SET, memdims.data(), offsets.data());
dataset.read(data.data(), datatype, memspace, dataspace);
return;
} else {
hdf5_check_array(data, dimensions);
}