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) {
|
if (!pCon) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
//iRet = AddScanVar(self,pServ->pSics,pCon,"a4",10., 0.1);
|
iRet = AddScanVar(self, pServ->pSics, pCon, "a4", 10., 0.1);
|
||||||
iRet = AddScanVar(self, pServ->pSics, pCon, "samx", 10., 0.1);
|
|
||||||
SCDeleteConnection(pCon);
|
SCDeleteConnection(pCon);
|
||||||
if (!iRet) {
|
if (!iRet) {
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user