mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-17 07:17:06 +01:00
Make NVCC happy with the compile. This is warning free on 9.1 on my laptop (both make and make tests).
This commit is contained in:
@ -515,7 +515,6 @@ int main(int argc, char **argv) {
|
||||
double nrm = 0;
|
||||
|
||||
LatticeColourMatrix deriv(&Fine);
|
||||
double half = 0.5;
|
||||
deriv = 0.5 * Cshift(Foo, 0, 1) - 0.5 * Cshift(Foo, 0, -1);
|
||||
|
||||
for (int dir = 0; dir < 4; dir++) {
|
||||
|
Reference in New Issue
Block a user