https://github.com/geodynamics/citcoms
Revision e185183fdd3fc5b92d4faada6fc491db6d59c63d authored by Leif Strand on 23 August 2005, 03:42:59 UTC, committed by Leif Strand on 23 August 2005, 03:42:59 UTC
1 parent a6be4a6
Raw File
Tip revision: e185183fdd3fc5b92d4faada6fc491db6d59c63d authored by Leif Strand on 23 August 2005, 03:42:59 UTC
[vcp] delete of edited revision with dead state
Tip revision: e185183
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