https://github.com/geodynamics/citcoms
Revision 764d11c2d9adc7bd6634df0c3489e278f9cf4b7d authored by Luis Armendariz on 09 November 2005, 11:20:53 UTC, committed by Luis Armendariz on 09 November 2005, 11:20:53 UTC
1 parent 7658b8a
Raw File
Tip revision: 764d11c2d9adc7bd6634df0c3489e278f9cf4b7d authored by Luis Armendariz on 09 November 2005, 11:20:53 UTC
Corrected several typos and mispelling errors.
Tip revision: 764d11c
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