Use ::histogram_memory::upload_config instead of the deprecated ::histogram_memory::configure_server procedure.

r2284 | ffr | 2008-01-15 15:03:41 +1100 (Tue, 15 Jan 2008) | 2 lines
This commit is contained in:
Ferdi Franceschini
2008-01-15 15:03:41 +11:00
committed by Douglas Clowes
parent e7547a18ab
commit cb89c02daf
4 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ proc ::histogram_memory::initialize {} {
set t_bb0 [OAT_TABLE -get T_MIN]
set t_bb1 [OAT_TABLE -get T_MAX]
OAT_TABLE X "$x_bb0 $x_bb1" Y "$y_bb0 $y_bb1" T "$t_bb0 $t_bb1"
::histogram_memory::configure_server Filler_defaults
::histogram_memory::upload_config Filler_defaults
::nexus::data alias ::histogram_memory::vertical_axis ::histogram_memory::y_bin
::nexus::data alias ::histogram_memory::horizontal_axis ::histogram_memory::x_bin