_histmem proc isn't created if the common hmm config file is loaded with the "source" command.

This commit is contained in:
Ferdi Franceschini
2013-09-10 21:44:45 +10:00
parent 9758aaee6b
commit 1af24fcb0a
8 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
source $cfPath(hmm)/hmm_configuration_common_1.tcl
fileeval $cfPath(hmm)/hmm_configuration_common_1.tcl
source $cfPath(hmm)/hmm_cylindrical_detector_configuration.tcl
set sim_mode [SplitReply [hmm_simulation]]

View File

@@ -1,4 +1,4 @@
source $cfPath(hmm)/hmm_configuration_common_1.tcl
fileeval $cfPath(hmm)/hmm_configuration_common_1.tcl
source $cfPath(hmm)/hmm_cylindrical_detector_configuration.tcl
set sim_mode [SplitReply [hmm_simulation]]

View File

@@ -1,7 +1,7 @@
# Author Jing Chen (jgn@ansto.gove.au)
source $cfPath(hmm)/hmm_configuration_common_1.tcl
fileeval $cfPath(hmm)/hmm_configuration_common_1.tcl
source $cfPath(hmm)/hmm_cylindrical_detector_configuration.tcl
set sim_mode [SplitReply [hmm_simulation]]

View File

@@ -1,7 +1,7 @@
# Author Jing Chen (jgn@ansto.gove.au)
source $cfPath(hmm)/hmm_configuration_common_1.tcl
fileeval $cfPath(hmm)/hmm_configuration_common_1.tcl
source $cfPath(hmm)/hmm_cylindrical_detector_configuration.tcl
set sim_mode [SplitReply [hmm_simulation]]

View File

@@ -1,7 +1,7 @@
# Author Jing Chen (jgn@ansto.gove.au)
source $cfPath(hmm)/hmm_configuration_common_1.tcl
fileeval $cfPath(hmm)/hmm_configuration_common_1.tcl
source $cfPath(hmm)/hmm_cylindrical_detector_configuration.tcl
set sim_mode [SplitReply [hmm_simulation]]

View File

@@ -1,4 +1,4 @@
source $cfPath(hmm)/hmm_configuration_common_1.tcl
fileeval $cfPath(hmm)/hmm_configuration_common_1.tcl
set sim_mode [SplitReply [hmm_simulation]]
proc ::histogram_memory::init_OAT_TABLE {} {

View File

@@ -1,5 +1,5 @@
source $cfPath(hmm)/hmm_configuration_common_1.tcl
fileeval $cfPath(hmm)/hmm_configuration_common_1.tcl
set sim_mode [SplitReply [hmm_simulation]]
::utility::mkVar sample_to_detector_distance float manager sample_to_detector_distance true detector true true
sicslist setatt sample_to_detector_distance units mm

View File

@@ -1,5 +1,5 @@
source $cfPath(hmm)/hmm_configuration_common_1.tcl
fileeval $cfPath(hmm)/hmm_configuration_common_1.tcl
set sim_mode [SplitReply [hmm_simulation]]
proc ::histogram_memory::init_OAT_TABLE {} {