Files:
=======

FORTRAN_NOTES          Current state of the FORTRAN interface.

Makefile               Makefile for the programs in this directory.  To 'make'
                       a program, do

                            make <program_name>

                       To compile all programs, do:

                            make all

gdi_f77_array.f        Retrieves array attributes from the system catalogs.
gdi_f77_array.pq       Run this from the monitor.
                       Results should match gdi_f77_array.

hall_test.f            Does Norm Hall's ngots query in database 'hall'.
hall_test.pq           Run this from the monitor in database 'hall'.
                       Results should match hall_test.

gdi_f77_pg_test.f      Retrieves seismic waveform entries from database 'jta'.

tst_num_arrays.f       Extracts variable sized arrays of integer*4, real*4,
                       and real*8.

tst_num_arrays.pq      Creates and populates a class for tst_num_arrays test.

two_connects.f         Connects to different PGHOST's in the same program.
