tcmoore3
- 1
- 0
I have a text file of the format
x1 y1
x2 y2
. .
. .
. .
I need to read this into an array. How is this done in Fortran?
x1 y1
x2 y2
. .
. .
. .
I need to read this into an array. How is this done in Fortran?