#! /bin/csh -fx

if ($1 == 0 || $1 == 1 || $1 == 5 || $1 == 8) then
	set a = '-x256 -z256'
else
	set a
endif

htchk $a jetc_$1_col_2p.c $1 |\
sed -e s/_course/_2p_course/g > ../../dt_col$1_2p.c
