Files
sics/site_ansto/instrument/dingo/config/hmm/hmm_configuration.tcl
2013-06-14 09:42:57 +10:00

12 lines
363 B
Tcl

# Author Ferdi Franceschini
namespace eval histogram_memory {
# Define HP_HMM to make nxscripts_common_1.tcl::nexus::process_filetype_policy happy when setting filetype=BEAM_MONITOR
set HP_HMM ""
# Define isc_initialize to give server_config.tcl:server_init something to call
proc isc_initialize {} {
}
proc set_sobj_attributes {} {
}
}