Reading a formatted array into a variable from a file in Fortran 90
Hello, I am trying to read a formatted 2D array from a file on disk into a variable. I have the write operation, which is rather simple, but am stuck on reading the same file. Could someone point me to a sample/writeup on how to do this? The net seems saturated, but i can't find a useful article. Btw, the reason for the formatted f...