#! /bin/csh -f
cd $dvdir/source
cp $dvdir/scat/$4.f infile
$dvdir/object/catsiz.exe < $dvdir/data/key.$1$2$3
cp otfile $3$4.f
rm infile
rm otfile 
