1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

Remove debug code

This commit is contained in:
Peter Boyle 2019-08-15 01:31:40 +01:00
parent 5e8437029f
commit be37dfb6f8

View File

@ -107,11 +107,6 @@ inline ComplexD innerProduct(const Lattice<vobj> &left,const Lattice<vobj> &righ
const uint64_t nsimd = grid->Nsimd();
const uint64_t sites = grid->oSites();
typename vobj::scalar_object f;
typename vobj::scalar_objectD d;
f=Zero();
d=f;
#ifdef GRID_NVCC
// GPU - SIMT lane compliance...