https://github.com/geodynamics/citcoms
Revision e2f7dfd124657f5f6bfee2450a7212f418323248 authored by Eh Tan on 16 June 2005, 02:30:55 UTC, committed by Eh Tan on 16 June 2005, 02:30:55 UTC
1 parent 301e521
Raw File
Tip revision: e2f7dfd124657f5f6bfee2450a7212f418323248 authored by Eh Tan on 16 June 2005, 02:30:55 UTC
using new-style class
Tip revision: e2f7dfd
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