aboutsummaryrefslogtreecommitdiffstats
path: root/.tcsh/ciaoinit.csh
diff options
context:
space:
mode:
Diffstat (limited to '.tcsh/ciaoinit.csh')
-rw-r--r--.tcsh/ciaoinit.csh18
1 files changed, 0 insertions, 18 deletions
diff --git a/.tcsh/ciaoinit.csh b/.tcsh/ciaoinit.csh
deleted file mode 100644
index 8aa292b..0000000
--- a/.tcsh/ciaoinit.csh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/csh -
-#
-# CIAO settings
-#
-
-set CIAO_STATE="`echo $PATH | tr ':' '\n' | grep 'ciao'`"
-if ( "x${CIAO_STATE}" == "x" ) then
- source $CIAO_PATH/bin/ciao.csh
-else
- source $CIAO_PATH/bin/ciao.csh -o
-endif
-unset CIAO_STATE
-
-setenv CIAO_LD_LIBRARY_PATH "${ASCDS_INSTALL}/lib:${ASCDS_INSTALL}/ots/lib:${ASCDS_INSTALL}/ots/lib/vtk-5.10"
-setenv ASCDS_IMAGER_PATH "${ASCDS_INSTALL}/ots/saord"
-
-exit 0
-