undo spurious change
This commit is contained in:
3
scan.c
3
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;
|
||||
|
||||
Reference in New Issue
Block a user