The archive file viewer.zip contains the files:
readme.txt | this file |
viewer.txt | instructions for use of viewer |
viewer.f90 | the complete source code |
lew10482.txt | the original program description from COSMIC |
original.src | the original source code (from COSMIC) |
To compile this program for your computer, use the command
gfortran viewer.f90 -o viewer.exe
Linux and Macintosh users may prefer to omit the .exe on the file name.
To launch the program, enter "viewer.exe" at the command line. The program asks for the name of the input file and proceeds to the end of the computation. A file called viewer.out is produced as output.
It is best if you compile the programs using your Fortran compiler with the appropriate options for your computer system. If you do not wish to do this, you may download viewerexec.zip containing the files viewer.exe, viewer.mac, and viewer.lnx, the executable program for Windows, Mac OS X, and Linux, each compiled generically for an Intel CPU.