https://github.com/geodynamics/citcoms
Revision f06af73601c9ef05b09e38fd9cabd2a6c78ea172 authored by Leif Strand on 23 August 2005, 03:32:42 UTC, committed by Leif Strand on 23 August 2005, 03:32:42 UTC
1 parent 44264db
Raw File
Tip revision: f06af73601c9ef05b09e38fd9cabd2a6c78ea172 authored by Leif Strand on 23 August 2005, 03:32:42 UTC
[vcp] create branch 'CitcomS-2_x'
Tip revision: f06af73
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