-
It seems that the latest release v4.10.2 no longer allows writing an empty string as an attribute (v4.2.11 allowed it). Of course users could check for call h5f_p%writeattr(key,'attr_name',string) but it seems to me that it is useful for h5fortran to handle that natively, as it did before. I think inserting a single line after line 22 in if (charlen == 0) charlen = 1 |
Beta Was this translation helpful? Give feedback.
Answered by
scivision
Jul 24, 2023
Replies: 1 comment
-
Thanks, this was fixed in 07c7d62 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
scivision
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks, this was fixed in 07c7d62