From da8dfe2559053c9d7ffcb65aa4c696d89ccaa0fe Mon Sep 17 00:00:00 2001 From: x03daop Date: Tue, 24 Nov 2015 14:52:46 +0100 Subject: [PATCH] Closedown --- plugins/HoloScan.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/HoloScan.java b/plugins/HoloScan.java index 8303f4cd..43b39be4 100644 --- a/plugins/HoloScan.java +++ b/plugins/HoloScan.java @@ -25,7 +25,7 @@ public class HoloScan extends Panel { //Overridable callbacks @Override public void onInitialize(int runCount) { - Motor phi = (Motor) getDevice("ManipulatorPhi"); + Motor phi = (Motor) getDevice("ManipulatorPhi"); Motor theta = (Motor) getDevice("ManipulatorTheta"); motorPanelPhi.setDevice(phi); motorPanelTheta.setDevice(theta);