- Scriptcontext debugged to be working
- Added a drivable adapter to scriptcontext nodes - Added subsampling to simulated histograms (and as a general option) in order to support Gumtree testing.
This commit is contained in:
@ -577,8 +577,7 @@ static int copyTimeBin(pSICSData self, int argc, char *argv[],
|
||||
return 0;
|
||||
}
|
||||
for(i = 0; i < noTimeBin; i++){
|
||||
memcpy(iData + pos + i, fTimeBin + i, sizeof(float));
|
||||
self->dataType[pos+i] = FLOATTYPE;
|
||||
setSICSDataInt(self,pos+i,(int)(fTimeBin[i]));
|
||||
}
|
||||
SCSendOK(pCon);
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user