Currently, the coordinates and variables are output with the format (E18.10). For very small or very large number (when the exponent is composed of 3 digits, for instance, 0.8E-103), the E is not printed in the .tec file and the values are incorrect. I propose to use the format (G0.10), which adjusts automatically the width.
Currently, the coordinates and variables are output with the format
(E18.10). For very small or very large number (when the exponent is composed of 3 digits, for instance, 0.8E-103), the E is not printed in the.tecfile and the values are incorrect. I propose to use the format(G0.10), which adjusts automatically the width.