Hi,
I am having some trouble understanding what exactly a line in fortran is referencing.
The line in question is:
READ(77,*,END=10) NVAR(NN),(VAR(NN,I),I=1,nVAR(NN))
The data file I am reading in looks something like this:
1 1
0.5852977040 0.6642564540 0.2807423770
18.3411...