Revert the SICS scan object to allow multidimensional scans.

r3289 | ffr | 2011-11-25 15:05:19 +1100 (Fri, 25 Nov 2011) | 2 lines
This commit is contained in:
Ferdi Franceschini
2011-11-25 15:05:19 +11:00
committed by Douglas Clowes
parent 9c97678a45
commit 1b6d046394
2 changed files with 2 additions and 3 deletions

3
scan.c
View File

@@ -2023,8 +2023,7 @@ static int DumpScan(pScanData self, SConnection *pCon)
SCWrite(pCon,pBueffel,eError);
return 0;
}
iRet = ClearScanVar(self);
iRet = iRet && AddScanVar(self,pSics,pCon,argv[2],
iRet = AddScanVar(self,pSics,pCon,argv[2],
(float)fStart,(float)fStep);
if(iRet)
{