https://github.com/geodynamics/citcoms
Revision a6be4a6599999702636edf4aa16f0277677724b8 authored by Leif Strand on 18 June 2005, 04:24:28 UTC, committed by Leif Strand on 18 June 2005, 04:24:28 UTC
1 parent 00bb873
Raw File
Tip revision: a6be4a6599999702636edf4aa16f0277677724b8 authored by Leif Strand on 18 June 2005, 04:24:28 UTC
Removed 'Facilities' directory -- no longer needed under Pythia v0.8.
Tip revision: a6be4a6
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