https://github.com/geodynamics/citcoms
Revision 5703afb066b87bbd289c1984679fede66ced189c authored by Leif Strand on 28 October 2005, 22:58:21 UTC, committed by Leif Strand on 28 October 2005, 22:58:21 UTC
a major update to Chapter 4, "Postprocessing and
Graphics" (which still contained references to
the "regcitcom input file").

1 parent 0791b4c
Raw File
Tip revision: 5703afb066b87bbd289c1984679fede66ced189c authored by Leif Strand on 28 October 2005, 22:58:21 UTC
Minor corrections to Chapter 3, "Running CitComS.py", and
Tip revision: 5703afb
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