Add Kowari (rsd)

r1285 | dcl | 2006-11-14 14:07:30 +1100 (Tue, 14 Nov 2006) | 2 lines
This commit is contained in:
Douglas Clowes
2006-11-14 14:07:30 +11:00
parent 5f657bded4
commit 9a04009c61

View File

@@ -9,7 +9,7 @@ array set accesscode [list 0 READ_ONLY 1 MANAGER 2 USER 3 SPY ];
proc genXML {instrument} { proc genXML {instrument} {
global doc; global doc;
array set instPath [list echidna hrpd wombat hipd koala qld quokka sans platypus reflectometer pelican pas taipan tas]; array set instPath [list echidna hrpd wombat hipd koala qld quokka sans platypus reflectometer pelican pas taipan tas kowari rsd];
instrumentXML $instrument; instrumentXML $instrument;
cd $instPath($instrument); cd $instPath($instrument);