https://github.com/geodynamics/citcoms
Revision 42bd2b6c21556024ba6bb87741df9b57ec9135a0 authored by Leif Strand on 29 October 2005, 02:07:52 UTC, committed by Leif Strand on 29 October 2005, 02:07:52 UTC
1 parent 5703afb
Raw File
Tip revision: 42bd2b6c21556024ba6bb87741df9b57ec9135a0 authored by Leif Strand on 29 October 2005, 02:07:52 UTC
Numerous minor corrections and format tweaks.
Tip revision: 42bd2b6
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