Fixup Details::sortObject() overload for Cuda execution space
Created by: dalg24
Fix #263 (closed)
Change Kokkos::View<..., DeviceType> -> Kokkos::View<..., MemorySpace> to morton_indices in the BVH constructor caused the wrong sortObjects() overload to be called. This bug was introduced in #251