https://github.com/geodynamics/citcoms
Revision ed4f40863cecd8663dc391c28a9258f8f22b2e02 authored by Eh Tan on 01 November 2005, 01:10:39 UTC, committed by Eh Tan on 01 November 2005, 01:10:39 UTC
1 parent cd88f7e
Raw File
Tip revision: ed4f40863cecd8663dc391c28a9258f8f22b2e02 authored by Eh Tan on 01 November 2005, 01:10:39 UTC
changes in Chapter 4 (post-processing) and Appendix C (output format)
Tip revision: ed4f408
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