https://github.com/geodynamics/citcoms
Revision bd0c5796ed8e4251e25cafc585d779a74d1284f9 authored by Leif Strand on 18 June 2005, 02:50:07 UTC, committed by Leif Strand on 18 June 2005, 02:50:07 UTC
1 parent 645347d
Raw File
Tip revision: bd0c5796ed8e4251e25cafc585d779a74d1284f9 authored by Leif Strand on 18 June 2005, 02:50:07 UTC
Removed 'Facilities' directory -- no longer needed under Pythia v0.8.
Tip revision: bd0c579
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