#!/usr/bin/itkwish
# ### THIS IS MY PERSONAL STARTUPFILE,    ##################
# ### SO DONT BOTHER ABOUT IT      #########################
# !!! and dont use it     !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
#

#
# The path to the smm-user directory; 
# can be overwritten by the user via the shell variable SMMPATH
# $env(xxx) corresponds to the shellvariable xxx
set SMMPATH    $env(HOME)/.smm

#
# The path to the smm sources
set SMMSRCPATH [pwd]
puts "Starting SMM++ from directory: $SMMSRCPATH"

#
# set to 1, if you want the mapper in a separate window
# set to 0, if you want the mapper to be integrated
set SMMMAPWINDOW 0

#set DEVMODE 1

#
# TROUBLESHOOTING:
#  uncomment if necessary
#  please refer to the troubleshooting section of your install docu
# set TROUBLE(optionmenu) 1

# 
#          ----> DONT EDIT ANYTHING ELSE <-----
#          ----> that was already all,.. <-----
#
############################################################

source $SMMSRCPATH/sources/startup.tcl
