https://github.com/geodynamics/citcoms
Revision 3e84d06f85ea79f37f4aaf8fe9ad9b7669d2fd23 authored by Leif Strand on 07 October 2005, 12:37:29 UTC, committed by Leif Strand on 07 October 2005, 12:37:29 UTC
1 parent 63bfab3
Raw File
Tip revision: 3e84d06f85ea79f37f4aaf8fe9ad9b7669d2fd23 authored by Leif Strand on 07 October 2005, 12:37:29 UTC
Don't suppress errors loading Full/Regional module.
Tip revision: 3e84d06
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