#!/bin/csh -x #################################################################### # make_table csh script # # reads summary data from each of the data files in ../data # creates a table in file ../doc/table # # Note: FORTRAN compile statement should be changed for your machine #################################################################### #cray cf77 -Wf"-astatic" -o ../bin/a.table ../fortran/table.f #workstation f77 -o ../bin/a.table ../fortran/table.f ; rm table.o f77 -o ../bin/a.table ../fortran/table.f ; rm table.o rm ../doc/table cat >>../doc/table <>../doc/table end cat >>../doc/table <>../doc/table end cat >>../doc/table <>../doc/table end cat >>../doc/table <>../doc/table end