Correct syntax error

r3546 | dcl | 2012-05-17 11:37:34 +1000 (Thu, 17 May 2012) | 1 line
This commit is contained in:
Douglas Clowes
2012-05-17 11:37:34 +10:00
parent 2ee0d5bdec
commit b28a43dd87

View File

@@ -889,7 +889,7 @@ proc make_virtual_motor_1 { vm1 vm1_name pm1 aunits klass } {
sicslist setatt $vm1 hdbchain $pm1
}
make_virtual_motor_1 { vrcz RCollZ rcz count collimator }
make_virtual_motor_1 { vptz PolarizerZ ptz count thing }
make_virtual_motor_1 { vftz FilterZ ftz count thing }
make_virtual_motor_1 { vgv GateValve gv1 count thing }
make_virtual_motor_1 vrcz RCollZ rcz count collimator
make_virtual_motor_1 vptz PolarizerZ ptz count thing
make_virtual_motor_1 vftz FilterZ ftz count thing
make_virtual_motor_1 vgv GateValve gv1 count thing