You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Name: CLASS
Type: String, length=5, padding=H5t_STR_NULLTERM, cset=H5T_CSET_UTF8
ArrayType: Scalar
Value: GROUP
Why is read<std::string>() not reading the last character while HDFView is doing it ?
I am useing HDF5 1.14.4 and the latest HighFive on Windows.
Thank you for your help!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
New to HighFive, I am trying to read some of the photon hdf5 example data from this site: http://photon-hdf5.github.io/
My code writes
GROU
instead ofGROUP
to the console.HDFView shows me for this attribute:
Why is
read<std::string>()
not reading the last character while HDFView is doing it ?I am useing HDF5 1.14.4 and the latest HighFive on Windows.
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions