I need some help with a Fortran read statment. I have some files that I need to read data in from, the problem is that I need to read the data from left to right. I first tryied to do a read like this
READ(unit,100) x(i), x(i+1), x(i+2),........
The problem is that there is not the same amount...