From ceb7c728064c26acb27810c47c1be8dea09bb71d Mon Sep 17 00:00:00 2001 From: Douglas Clowes Date: Fri, 30 Nov 2012 10:39:12 +1100 Subject: [PATCH] undo spurious change --- scan.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scan.c b/scan.c index 45550c63..3ca95865 100644 --- a/scan.c +++ b/scan.c @@ -1078,8 +1078,7 @@ int SimScan(pScanData self, float fPos, float FWHM, float fHeight) if (!pCon) { return 0; } - //iRet = AddScanVar(self,pServ->pSics,pCon,"a4",10., 0.1); - iRet = AddScanVar(self, pServ->pSics, pCon, "samx", 10., 0.1); + iRet = AddScanVar(self, pServ->pSics, pCon, "a4", 10., 0.1); SCDeleteConnection(pCon); if (!iRet) { return 0;