https://github.com/geodynamics/citcoms
Revision c87f32f840aa233e51355accff798cbf229c1038 authored by Eh Tan on 29 June 2004, 01:10:56 UTC, committed by Eh Tan on 29 June 2004, 01:10:56 UTC
1 parent d02f47c
Raw File
Tip revision: c87f32f840aa233e51355accff798cbf229c1038 authored by Eh Tan on 29 June 2004, 01:10:56 UTC
typos fixed
Tip revision: c87f32f
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