- updated simulation
This commit is contained in:
@@ -745,7 +745,7 @@ pCon);
|
||||
pInternal = self->pPriv;
|
||||
|
||||
/* we do not need to do a lot of copying when datasizes match! */
|
||||
iByte = iEnd * self->iBinWidth;
|
||||
iByte = (iEnd - iStart) * self->iBinWidth;
|
||||
if(self->iBinWidth == sizeof(HistInt))
|
||||
{
|
||||
/* read HM */
|
||||
|
||||
Reference in New Issue
Block a user