https://github.com/geodynamics/citcoms
Revision 9cba2cddece21cd5917354e9963bb9d68492fa91 authored by Leif Strand on 09 November 2005, 18:53:53 UTC, committed by Leif Strand on 09 November 2005, 18:53:53 UTC
1 parent 9cb1716
Raw File
Tip revision: 9cba2cddece21cd5917354e9963bb9d68492fa91 authored by Leif Strand on 09 November 2005, 18:53:53 UTC
Regenerated PDF.
Tip revision: 9cba2cd
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