https://github.com/geodynamics/citcoms
Revision 5063926ba745cb86dea3199178d9ef0ad8372440 authored by Leif Strand on 14 February 2006, 22:41:05 UTC, committed by Leif Strand on 14 February 2006, 22:41:05 UTC
1 parent 00fd8ea
Raw File
Tip revision: 5063926ba745cb86dea3199178d9ef0ad8372440 authored by Leif Strand on 14 February 2006, 22:41:05 UTC
Bumped revision number to v2.0.2.
Tip revision: 5063926
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