#!/bin/csh -f

# Be sure to unlimit before running!

echo 'Test of ks2d1s (sample vs. uniform distro):'
gcc -o test1 ks2d_test1.c /usr/local/lib/librecipes_c.a
test1

echo ' '
echo 'Test of ks2d1s with CCK modified NR routines:'
gcc -o test1a ks2d_test1.c quadct.c ks2d1s.c /usr/local/lib/librecipes_c.a
test1a
