undo spurious change

This commit is contained in:
Douglas Clowes
2012-11-30 10:39:12 +11:00
parent ca69d44b3d
commit ceb7c72806

3
scan.c
View File

@@ -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;