https://github.com/geodynamics/citcoms
Revision ef17b4ee4351e7fb051ddeb7700146a8697cf980 authored by Luis Armendariz on 04 February 2006, 02:11:44 UTC, committed by Luis Armendariz on 04 February 2006, 02:11:44 UTC
1 parent 098abb2
Raw File
Tip revision: ef17b4ee4351e7fb051ddeb7700146a8697cf980 authored by Luis Armendariz on 04 February 2006, 02:11:44 UTC
Fixed about 20 assorted typos.
Tip revision: ef17b4e
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