Paul, Thanks. I was afraid that was the case, but hoping I could get a work-around. The graphics routine, as written, is dependent on the unformatted output from the first (computation) routine.
I am trying to make sense of a program written in Fortran 77 (or earlier) that uses a series of unformatted write statements to write mixed integer and real data to an output file. A second program re ...