- #1
mrz1982
- 10
- 0
Hi,
I have created data files by compiling and running a c++ code. Now I
need to open and store the contents of these files in Fortran 77
variables. But I am not able to do this. The read command does not
return the values stored in the file.
The files are having some 2003 lines and 53 colomns. The values are in
the form "2.885531e+002" (positive) and "-7.687902e+001" (negative)
with 1 space seperating different values.
Thank you in advance!
/Z
I have created data files by compiling and running a c++ code. Now I
need to open and store the contents of these files in Fortran 77
variables. But I am not able to do this. The read command does not
return the values stored in the file.
The files are having some 2003 lines and 53 colomns. The values are in
the form "2.885531e+002" (positive) and "-7.687902e+001" (negative)
with 1 space seperating different values.
Thank you in advance!
/Z