Skip to content

Commit

Permalink
fix a typo in h5ppHdf5.h (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminDbb authored Dec 13, 2023
1 parent 9208fab commit 08b5d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/h5pp/details/h5ppHdf5.h
Original file line number Diff line number Diff line change
Expand Up @@ -1624,7 +1624,7 @@ namespace h5pp::hdf5 {
auto dataSelectedSize = getSizeSelected(dataSpace);
auto dsetSelectedSize = getSizeSelected(dsetSpace);

if(dataDimensions != dataDimensions) {
if(dataDimensions != dsetDimensions) {
h5pp::logger::log->debug("Spaces have mismatching dimensions:\n"
"\tdata space: {} | {} bytes/elem | {} bytes total\n"
"\tdset space: {} | {} bytes/elem | {} bytes total\n",
Expand Down

0 comments on commit 08b5d3b

Please sign in to comment.