1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-01-10 20:09:33 +00:00

Warning elimination

This commit is contained in:
paboyle
2018-01-24 13:12:14 +00:00
parent f292106db6
commit 063603b1ea
2 changed files with 8 additions and 9 deletions

View File

@@ -67,8 +67,8 @@ void LebesgueOrder::ThreadInterleave(void)
int vol = _LebesgueReorder.size();
int threads = GridThread::GetThreads();
int blockbits=3;
int blocklen = 8;
int msk = 0x7;
// int blocklen = 8;
// int msk = 0x7;
for(int t=0;t<threads;t++){
for(int ss=0;ss<vol;ss++){