exafmm / exafmm-beta

makefile.include
BSD 3-Clause "New" or "Revised" License
20 stars 20 forks source link

Refactor Morton key computation #5

Closed mlochbaum closed 8 years ago

mlochbaum commented 8 years ago

Move all Morton key interleaving, uninterleaving, and level computations to morton_key.h. Tested with openmp, cilk, and tbb. This does not change the format of the keys which are used, although it should make such a change possible only by changing morton_key.h.