Update h5dump's --lformat
option to set the format for long double _Complex numbers
#5056
Labels
Component - Tools
Command-line tools like h5dump, includes high-level tools
Priority - 3. Low 🔽
Code cleanup, small feature change requests, etc.
Type - Improvement
Improvements that don't add a new feature or functionality
Milestone
Is your feature request related to a problem? Please describe.
h5dump
currently has no method for specifying the printing format forlong double _Complex
data, unless the size oflong double _Complex
matches the size ofdouble _Complex
(mostly on Windows).Describe the solution you'd like
h5dump
was recently updated in #5025 with a new--lformat
command-line option to specify the printing format forlong double
data. In #4630,h5dump
was updated so that its--format
option specifies the printing format forfloat _Complex
anddouble _Complex
data, as well aslong double _Complex
if it's the same size asdouble _Complex
.h5dump
's new--lformat
should be updated to cover setting the printing format forlong double _Complex
data in the case wheresizeof(long double _Complex) != sizeof(double _Complex)
.The text was updated successfully, but these errors were encountered: