diff --git a/site_ansto/instrument/hipadaba/gen_hipadaba_config.tcl b/site_ansto/instrument/hipadaba/gen_hipadaba_config.tcl index 6441d865..035eef43 100644 --- a/site_ansto/instrument/hipadaba/gen_hipadaba_config.tcl +++ b/site_ansto/instrument/hipadaba/gen_hipadaba_config.tcl @@ -1,6 +1,6 @@ #!/usr/bin/tclsh -# $Revision: 1.3 $ -# $Date: 2006-12-03 22:46:43 $ +# $Revision: 1.4 $ +# $Date: 2006-12-07 22:26:26 $ # Author: Douglas Clowes (dcl@ansto.gov.au) # Last revision by $Author: ffr $ @@ -13,6 +13,7 @@ set instName [lindex $argv 0]; # TODO The list of configuration files should be read in from # a file in the instrument directory. + # List of configuration files for SICS device objects. set infileList {motor_configuration.tcl counter.tcl} set fh [open $instName/hipadaba_configuration.tcl w]