#!/bin/csh -f
#
# define HISTFILE0; final assembled hist file (binary)
#        HISTFILET; temporary  hist file
setenv HISTFILE0 ./assembled.hist
setenv HISTFILET ./temp.hist

