Closed gspr closed 2 years ago
The 1l in the definition of max_simplex_index should probably be (index_t)1, otherwise the code fails on a bunch of platforms where 1l is 32 bit.
1l
max_simplex_index
(index_t)1
Thank you! It is fixed now.
The
1l
in the definition ofmax_simplex_index
should probably be(index_t)1
, otherwise the code fails on a bunch of platforms where1l
is 32 bit.