1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-08-01 20:27:07 +01:00

Interleave code path; not enabled

This commit is contained in:
Peter Boyle
2017-06-30 10:23:51 +01:00
parent b73bd151bb
commit 38325ebbc6
2 changed files with 26 additions and 1 deletions

View File

@@ -70,6 +70,8 @@ namespace Grid {
std::vector<IndexInteger> & xi,
std::vector<IndexInteger> &dims);
void ThreadInterleave(void);
private:
std::vector<IndexInteger> _LebesgueReorder;