Fixed HDF5 read array
This commit is contained in:
parent
43d77feafe
commit
984aa5e209
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue