mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Add support for reading Kryoflux stream files.
This commit is contained in:
@@ -9,8 +9,6 @@ Fluxmap& Fluxmap::appendIntervals(const std::vector<uint8_t>& intervals)
|
||||
|
||||
Fluxmap& Fluxmap::appendIntervals(const uint8_t* ptr, size_t len)
|
||||
{
|
||||
_intervals.reserve(_intervals.size() + len);
|
||||
|
||||
while (len--)
|
||||
{
|
||||
uint8_t interval = *ptr++;
|
||||
|
||||
Reference in New Issue
Block a user