https://github.com/geodynamics/citcoms
Revision dd746bcfa274714f57bb92690942daa597e6374c authored by Leif Strand on 31 January 2006, 20:19:25 UTC, committed by Leif Strand on 31 January 2006, 20:19:25 UTC
1 parent 4b12245
Raw File
Tip revision: dd746bcfa274714f57bb92690942daa597e6374c authored by Leif Strand on 31 January 2006, 20:19:25 UTC
Fix for issue8, "eliminate CitcomS default time
Tip revision: dd746bc
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