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:
parent
5e8437029f
commit
be37dfb6f8
@ -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...
|
||||
|
Loading…
Reference in New Issue
Block a user