Hello All
I want to read a file that can contain different number of columns of data everytime in Fortran 77. i.e. I dont know the number of columns beforehand.If I know the number of columns,I can read the file like this way
SUBROUTINE varread(TNo,X,Y,Z,VARL)
IMPLICIT NONE...
I am a novice in fortran programming.I want to read text files containing three columns of data ( one integer and 2 real. Each file contain data of different lengths.Could someone please help me by providing the code?.
Below is the data from one of the files to be read.
1 0.0000000E+00...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.