From: <HBB...@t-...> - 2007-08-23 19:25:46
|
Christian Roedenbeck wrote: > My computing center recently switched to version 4.2 (patchlevel 0, last > modified March 2007, System: Linux 2.4.18-nec3.4p1.045). There is a > problem when plotting ASCII data files: Numbers with exponents with `d' > or `D' are wrongly handled (the exponent is ignored). That's because those are not valid ASCII representations of floating-point data. Well, at least outside the FORTRAN world they aren't. The support for such numbers was bogging down handling of more widely used data (i.e. those written by C programs), so it's now turned off by default. See "help fortran". |