diff --git a/Grid/cshift/Cshift_common.h b/Grid/cshift/Cshift_common.h index df606657..5adb329a 100644 --- a/Grid/cshift/Cshift_common.h +++ b/Grid/cshift/Cshift_common.h @@ -288,7 +288,6 @@ template void Copy_plane_permute(Lattice& lhs,const Lattice > table; table.resize(e1*e2); int ent=0; - double t_tab,t_perm; if ( cbmask == 0x3 ) { for(int n=0;n void Cshift_local(Lattice& ret,const Lattice &r sshift[0] = rhs.Grid()->CheckerBoardShiftForCB(rhs.Checkerboard(),dimension,shift,Even); sshift[1] = rhs.Grid()->CheckerBoardShiftForCB(rhs.Checkerboard(),dimension,shift,Odd); - double t_local; - if ( sshift[0] == sshift[1] ) { Cshift_local(ret,rhs,dimension,shift,0x3); } else { @@ -351,7 +348,7 @@ template void Cshift_local(Lattice &ret,const Lattice &r for(int x=0;x_ostride[dimension]; int cb= (cbmask==0x2)? Odd : Even;