#! /bin/csh -f ################################################################# # *** $RCSfile: ctest,v $ # *** $Revision: 1.2 $ # *** $Date: 1996/05/28 19:20:48 $ ################################################################# # Test combined Fortran/C API from C side. ( echo "cftest: -f full; should write a file of full CT's:"; \ cfmmio -f gagfull.dat out; echo '===='; diff gagfull.dat out ) | $PAGER ( echo "cftest: -c full; should write a file of full CT's:"; \ cfmmio -c gagfull.dat out; echo '===='; diff gagfull.dat out ) | $PAGER ( echo \ "cftest: -c comp; should write a file containing some compressed CT's:"; \ cfmmio -c gagcomp.dat out; echo '===='; diff gagcomp.dat out ) | $PAGER ( echo "cftest: -f comp; should write a file of full CT's:"; \ cfmmio -f gagcomp.dat out; echo '===='; diff gagfull.dat out ) | $PAGER echo '================================' echo "cftest complete"