Compilation fails when building Sqrt(3) subdivision code using a Epeck kernel on Windows 64-bit, where `size_t` is `long long unsigned int`. This small fix changes the calculations to use ints instead.
Compilation fails when building Sqrt(3) subdivision code using a Epeck kernel on Windows 64-bit, where `size_t` is `long long unsigned int`. This small fix changes the calculations to use ints instead.