https://github.com/geodynamics/citcoms
Revision bd418e429fb7d71bd4338f8667b7068d2d95386d authored by Michael Gurnis on 28 May 2005, 04:11:59 UTC, committed by Michael Gurnis on 28 May 2005, 04:11:59 UTC
1 parent 41611f5
Raw File
Tip revision: bd418e429fb7d71bd4338f8667b7068d2d95386d authored by Michael Gurnis on 28 May 2005, 04:11:59 UTC
*** empty log message ***
Tip revision: bd418e4
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