https://github.com/geodynamics/citcoms
Revision 41611f5fb4515e899e38805bbfa092bbf7e83c60 authored by Vlad Manea on 28 May 2005, 01:39:34 UTC, committed by Vlad Manea on 28 May 2005, 01:39:34 UTC
1 parent d5172da
Raw File
Tip revision: 41611f5fb4515e899e38805bbfa092bbf7e83c60 authored by Vlad Manea on 28 May 2005, 01:39:34 UTC
Velocity files
Tip revision: 41611f5
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