https://github.com/geodynamics/citcoms
Revision ca07b1dd2dd572fbafc464b8322ed7235f501471 authored by Eunseo Choi on 08 January 2005, 11:24:37 UTC, committed by Eunseo Choi on 08 January 2005, 11:24:37 UTC
1 parent afce0e4
Raw File
Tip revision: ca07b1dd2dd572fbafc464b8322ed7235f501471 authored by Eunseo Choi on 08 January 2005, 11:24:37 UTC
* removed unnecessary debugging output from get_elt_tr()
Tip revision: ca07b1d
citcoms_profile
#!/bin/sh
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
# <LicenseText>
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#


#export GEOFRAMEWORK=
export CITCOMSHOME=$GEOFRAMEWORK/packages/CitcomS
export PATH=$CITCOMSHOME/visual:$PATH

if [ x$DXMACROS = "x" ]; then
	export DXMACROS=""
fi

export DXMACROS=$CITCOMSHOME/visual/OpenDXMacro:$DXMACROS


# version
# $Id: citcoms_profile,v 1.1 2004/06/02 21:49:37 tan2 Exp $

# End of file
back to top