This commit is contained in:
Dmitriy Ryajov 2024-02-06 16:44:17 -06:00
parent 0d0fe0cc7a
commit 8a3bb9602d
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

@ -39,6 +39,7 @@ func getCell*[T, H](
self: DataSampler[T, H],
blkBytes: seq[byte],
blkCellIdx: Natural): seq[byte] =
let
cellSize = self.builder.cellSize.uint64
dataStart = cellSize * blkCellIdx.uint64