mhoward3210 / ccl

GNU General Public License v2.0
3 stars 4 forks source link

Correct sizing #8

Closed jesseli2002 closed 3 years ago

jesseli2002 commented 3 years ago

I believe if size_t is not the same size as int then the later call to gsl_sort_index fails because it expects a buffer sized for size_t, not the comparatively smaller int