CCL Home Page
Up Directory CCL cftest
#! /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"
Modified: Wed Sep 4 00:20:56 1996 GMT
Page accessed 4449 times since Sat Apr 17 21:57:47 1999 GMT