open-discussion > RE: hex output for floats
Jul 19, 2017  05:07 AM | Chr. Roßmanith
RE: hex output for floats
I'm using linux and the NITRC version of DTIPrep (Version: 1.2.8)

I had a look at the documentation of std::ios_base::fmtflags (cppreference.com):

"scientific: generate floating point types using scientific notation, or hex notation if combined with fixed: see std::scientific"

In src/itkDWIBaselineAverager.hxx "fixed" is used in combination with "scientific" which leads to hex notation. But it is strange why only I am hit by this problem.


Christina

Threaded View

TitleAuthorDate
Chr. Roßmanith Jul 14, 2017
Martin Styner Jul 14, 2017
Chr. Roßmanith Jul 14, 2017
Martin Styner Jul 14, 2017
RE: hex output for floats
Chr. Roßmanith Jul 19, 2017
Martin Styner Jul 20, 2017