From c851d0e705bb5b7328e67fac186e0dda96eb568f Mon Sep 17 00:00:00 2001 From: Azusa Yamaguchi Date: Mon, 1 Jun 2015 12:26:20 +0100 Subject: [PATCH] FIx miistake --- lib/lattice/Grid_lattice_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lattice/Grid_lattice_base.h b/lib/lattice/Grid_lattice_base.h index 4a6d3180..15ef0944 100644 --- a/lib/lattice/Grid_lattice_base.h +++ b/lib/lattice/Grid_lattice_base.h @@ -176,7 +176,7 @@ PARALLEL_FOR_LOOP PARALLEL_FOR_LOOP for(int ss=0;ss<_grid->oSites();ss++){ #ifdef STREAMING_STORES - vobj tmp = eval(tmp,ss,expr); + vobj tmp = eval(ss,expr); vstream(_odata[ss] ,tmp); #else _odata[ss]=eval(ss,expr);