Hi-
I'm new to using fortran, and I'm having trouble undertstanding the READ command. I'm supposed to make my own version of a code for practice.
THis deals with reading files.
The file was opened like this:
open(unit=1, file=arg1, status='old')
And the read command, a couple lines...