Bilby only has one beam monitor

This commit is contained in:
Ferdi Franceschini
2014-02-21 12:51:50 +11:00
parent da781de657
commit a81d120c94
2 changed files with 0 additions and 4 deletions

View File

@ -16,8 +16,6 @@ foreach {mc host port} {
# BEAM MONITOR HOST AND PORT
foreach {bm host port} {
MONITOR_1 das1-bilby 30000
MONITOR_2 das1-bilby 30001
MONITOR_3 das1-bilby 30002
} {
dict set MONITOR_HOSTPORT $bm HOST $host
dict set MONITOR_HOSTPORT $bm PORT $port

View File

@ -18,8 +18,6 @@ foreach {key host port} {
# TEST BEAM MONITOR HOST AND PORT
foreach {key host port} {
MONITOR_1 localhost 30000
MONITOR_2 localhost 30001
MONITOR_3 localhost 30002
} {
dict set MONITOR_HOSTPORT $key HOST $host
dict set MONITOR_HOSTPORT $key PORT $port