https://github.com/geodynamics/citcoms
Revision bf839fde8c3c8375614297a4a19fdf4cba9e720e authored by Leif Strand on 23 August 2005, 03:33:26 UTC, committed by Leif Strand on 23 August 2005, 03:33:26 UTC
1 parent 394e0a9
Raw File
Tip revision: bf839fde8c3c8375614297a4a19fdf4cba9e720e authored by Leif Strand on 23 August 2005, 03:33:26 UTC
[vcp] create branch 'CitcomS-2_x'
Tip revision: bf839fd
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