ProjDataInMemory
fails with more than 2^31 bins
#1505
Labels
ProjDataInMemory
fails with more than 2^31 bins
#1505
As the underlying
buffer
is anArray<1,float>
, we are limited by its maximum size, which is determined byint
(unfortunately). GE TOF scanners go over that limit.PS: This was done a long time ago in #561, replacing boost
boost::shared_array
and stream things (which had a more restrictive limit of 2GB bytes due to a bug in boost, since then resolved)The text was updated successfully, but these errors were encountered: