#!/bin/csh -f
cc -o interp2 interp2.c square_interp.c
interp2 >& i2.log
gnuplot i2.gp >i2.ps
gs i2.ps

