#%Module1.0
#
#  $Id: math,v 1.1 1993/02/22 01:24:53 jlf Exp $
#
########################################################################
##
##	Mathmatica 1.3
##
proc ModulesDisplay { } {
	puts stderr "\n\tMathmatica Version 1.3"
	puts stderr "\tCan only be run on server 't'"
	puts stderr "\tType 'math' to start\n"
}


if { [uname nodename] == "t" || [module-info mode display] } {
	append-path	PATH		/depot/math
} else {
	error "Must be on server 't' to run Mathmatica"
}
