1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00

Remove extraneous variable

This commit is contained in:
paboyle 2015-12-21 15:30:28 +00:00
parent 8c9010d0f4
commit 09bfe52840

View File

@ -19,7 +19,6 @@ namespace Grid {
{
typedef typename vobj::scalar_type scalar_type;
typedef typename vobj::vector_type vector_type;
vector_type vnrm;
scalar_type nrm;
GridBase *grid = left._grid;
@ -31,7 +30,6 @@ namespace Grid {
PARALLEL_FOR_LOOP
for(int thr=0;thr<grid->SumArraySize();thr++){
int nwork, mywork, myoff;
GridThread::GetWork(left._grid->oSites(),thr,mywork,myoff);