WaveHello/Anura3D_Moore

Writing very large or small numbers to PAR

Closed this issue · 1 comments

When writing numbers greater than 1e300 and less than 1e-300, the file format G in WriteTest doens't write the "e" to denote scientific notation (eg. It writes 1-300 instead of 1e-300). This causes the number to not be treated as a float, in post processing.

This isn't a problem with the number format. This is a problem of the numbers being too big and causing over flow. it doens't depend on setting the print format to "e" or "G". Change the print format back to "G" it makes the numbers easier to read.