If you have a reasonable editor, you should be able to open all your files and issue a global search and replace operation that changes D to E. If you have many files you can use sed to automate the process.
kl. 11:41:12 UTC+2 fredag 18. juli 2014 skrev Andrei Berceanu følgende: > > Hi all, > > I have a lot of datafiles containing numbers in Fortran's double precision > notation (http://math.hawaii.edu/wordpress/fortran-3/#double), i.e. > 1.23D-3, instead of the usual E scientific notation. > Is there a simple way to import the data as Float64? > > Tnx! > Andrei >
