Closed daviddoria closed 8 years ago
In morton2D.h at line 98 there is:
template<typename morton, typename coord> inline void morton2D_Decode_for(const morton morton, coord& x, coord& y) {
The first argument cannot be named 'morton' because the template parameter is already named 'morton'.
Thanks! Fixed!
In morton2D.h at line 98 there is:
template<typename morton, typename coord> inline void morton2D_Decode_for(const morton morton, coord& x, coord& y) {
The first argument cannot be named 'morton' because the template parameter is already named 'morton'.