https://github.com/geodynamics/citcoms
Revision caca20aa99cf342ed5931897a4a7958ac8744de4 authored by Vlad Manea on 28 May 2005, 04:41:22 UTC, committed by Vlad Manea on 28 May 2005, 04:41:22 UTC
1 parent bd418e4
Raw File
Tip revision: caca20aa99cf342ed5931897a4a7958ac8744de4 authored by Vlad Manea on 28 May 2005, 04:41:22 UTC
*** empty log message ***
Tip revision: caca20a
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