https://github.com/geodynamics/citcoms
Revision 6f1c2cdbd1288d6153000a0e7f8afd7ece365a6f authored by Leif Strand on 04 February 2006, 02:43:50 UTC, committed by Leif Strand on 04 February 2006, 02:43:50 UTC
"bugs in CitcomS found by Insure++") from the trunk
to the v2 branch.

1 parent 1d3bff1
Raw File
Tip revision: 6f1c2cdbd1288d6153000a0e7f8afd7ece365a6f authored by Leif Strand on 04 February 2006, 02:43:50 UTC
Merged r2580:2584 (Luis' fixes for issue10,
Tip revision: 6f1c2cd
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