<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.6.6">
</HEAD>
<BODY>
Hi all,<BR>
<BR>
I wrote a plugin which uses the CSVReader in order to import a text file which contains numbers. These numbers are in double precision generated by a Fortran program and therefore they look like:<BR>
<BR>
           1   0.10000D+01   0.10000D+01   0.10000D+01   0.10000D+01   0.00000D+00   0.00000D+00   0.10000D+01   0.10000D+01   0.10000D+01   0.10000D+01   0.00000D+00   0.00000D+00<BR>
           2   0.88689D+00   0.88446D+00   0.29593D+00   0.30657D+00   0.00000D+00   0.00000D+00   0.76404D+00   0.56075D+00   0.84502D+00   0.83968D+00   0.00000D+00   0.00000D+00<BR>
<BR>
The problem seems to be the character "D" used by Fortran to denote numbers in double precision. So, if I read these numbers as shown above then ParaView interprets them as strings. If I replace the "D" character with "E" then it interprets them as floating point numbers.<BR>
<BR>
Is there any way to make the ParaView CSVReader interpret the "D"-formatted Fortran numbers as floating point numbers?<BR>
<BR>
Thanks in advance,<BR>
Panos<BR>
<BR>
<BR>
</BODY>
</HTML>