https://github.com/geodynamics/citcoms
Revision 8aa0ddad1f344ed6b6f06d07915695a3224e2140 authored by Leif Strand on 03 October 2005, 23:21:01 UTC, committed by Leif Strand on 03 October 2005, 23:21:01 UTC
1 parent db34189
Raw File
Tip revision: 8aa0ddad1f344ed6b6f06d07915695a3224e2140 authored by Leif Strand on 03 October 2005, 23:21:01 UTC
Renamed CitcomS v2.0 branch (which was imported from CVS).
Tip revision: 8aa0dda
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