From b6d7cb5e1b66d54a939531ec1d9e311bece40a53 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Wed, 7 Nov 2007 15:48:42 +1100 Subject: [PATCH] Default to using boundaries for two_theta values. r2241 | ffr | 2007-11-07 15:48:42 +1100 (Wed, 07 Nov 2007) | 2 lines --- .../config/hmm/hmm_cylindrical_detector_configuration.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/site_ansto/instrument/config/hmm/hmm_cylindrical_detector_configuration.tcl b/site_ansto/instrument/config/hmm/hmm_cylindrical_detector_configuration.tcl index 97afe61c..fba0c706 100644 --- a/site_ansto/instrument/config/hmm/hmm_cylindrical_detector_configuration.tcl +++ b/site_ansto/instrument/config/hmm/hmm_cylindrical_detector_configuration.tcl @@ -53,4 +53,5 @@ namespace eval histogram_memory { sicslist setatt $script_name long_name two_theta sicslist setatt $script_name units [::histogram_memory::two_theta -units] unset script_name + ::histogram_memory::two_theta -boundaries }