https://github.com/geodynamics/citcoms
Revision 013a137e7f4a864874838193179cb9f570857e08 authored by Leif Strand on 14 February 2006, 23:24:22 UTC, committed by Leif Strand on 14 February 2006, 23:24:22 UTC
1 parent 1be179a
Raw File
Tip revision: 013a137e7f4a864874838193179cb9f570857e08 authored by Leif Strand on 14 February 2006, 23:24:22 UTC
Updated NEWS and ChangeLog.
Tip revision: 013a137
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