I have a question about how to add a loop in a FORTRAN program, and I
can't find any good instruction from the Internet. I have about 150
lines of code. I have different three fields that I wish to extract
from an input file, and I need to use 49 different input files
(numbered 00 through 48). Rather than go through the solution that I
am working on now, which is to create about 150 different programs to
extract a field for each of 49 files, and then to do the same for the
two other fields, I want to ask you how to make the changes. The
problem is that the actual code itself, while not exactly proprietary
or confidential, would not do well posted publicly on the Internet.
Please supply an e-mail address (spam proof it if you wish) and I will
e-mail you the code. You can then just post the parts that you changed
when you supply the rational. The code is FORTRAN 90 to be used on a
DEC alpha. |