1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-18 07:47:06 +01:00

Coordinate handling gpu friendly

This commit is contained in:
paboyle
2018-02-24 22:18:33 +00:00
parent b9b5bdfc3a
commit bb7d87d0a0
15 changed files with 47 additions and 47 deletions

View File

@ -490,7 +490,7 @@ int main (int argc, char ** argv)
std::vector<int> block ({2,2,2,2});
const int nbasis= 32;
std::vector<int> clatt = GridDefaultLatt();
auto clatt = GridDefaultLatt();
for(int d=0;d<clatt.size();d++){
clatt[d] = clatt[d]/block[d];
}