Skip to content

Commit

Permalink
Convert more calls
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Nov 25, 2024
1 parent 820853f commit 4a17b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HDF5Examples/HFCXX/H5D/readdata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ main(void)

// Get the dimension size of each dimension in the dataspace and
// display them.
auto dimss_out = dspace.getDimensions() std::cout << "rank " << rank << ", dimensions "
auto dims_out = dspace.getDimensions() std::cout << "rank " << rank << ", dimensions "
<< (unsigned long)(dims_out[0]) << " x "
<< (unsigned long)(dims_out[1]) << std::endl;

Expand Down

0 comments on commit 4a17b41

Please sign in to comment.