https://github.com/geodynamics/citcoms
Revision 08455da805a5619a59d19b5da4e274cec1a7d459 authored by Luis Armendariz on 17 November 2005, 19:14:06 UTC, committed by Luis Armendariz on 17 November 2005, 19:14:06 UTC
1 parent 5cc7fb8
Raw File
Tip revision: 08455da805a5619a59d19b5da4e274cec1a7d459 authored by Luis Armendariz on 17 November 2005, 19:14:06 UTC
Corrected typo. Should be: --solver.bc.topvbyval=0
Tip revision: 08455da
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