#*******************************************************************************
# E.S.O. - VLT project
#
# "@(#) $Id: Cshrc.source,v 1.160 1999/04/14 09:29:29 vltsccm Exp $" 
#
# Template file for .cshrc
#
# who        when        what
# ---------  ----------  ----------------------------------------------
# G.FILIPPI  16/07/1993  created (See /vlt/System/Cshrc.source for more)
#

#------------------------------------------------------------------------------ 
# VLT standard environment
source /vlt/System/System.cshrc

#------------------------------------------------------------------------------ 
# additional user-specific environment
#       If you need additional definitions, do not edit this file but 
#       create a file named $HOME/.cshrc.local. It will be sourced automatically
#
if ( -r $HOME/.cshrc.local ) source $HOME/.cshrc.local

# ___oOo___
