tataratat / napf

nanoflann wrapper for python and maybe fortran
https://tataratat.github.io/napf/
MIT License
5 stars 2 forks source link

Fix int types #13

Closed j042 closed 1 year ago

j042 commented 1 year ago

Overview

use int32_t / int64_t instead of int / long. According to cpp ref, this is optional, but works for cibuildwheel/github actions