The error was due to a definition of result in the summation functor without initialization. isaac_float_dim<1>, resp. glm does not appear to initialize the storage. With these changes I obtain a proper output for the ranges and the function seems to be working properly:
Fix of #153 .
The error was due to a definition of
result
in the summation functor without initialization.isaac_float_dim<1>
, resp.glm
does not appear to initialize the storage. With these changes I obtain a proper output for the ranges and the function seems to be working properly: