#!/usr/bin/csh

if ( $?_HPX_SEEN_HEP_CSHRC ) then
	exit
endif
set _HPX_SEEN_HEP_CSHRC=1

if ( ! $?HPX_INIT ) then
	source /etc/hepix/init.csh
endif

# End of file.
