From 33a0bbb17bcab446efbb94edbf0406d1bc819ed5 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Mon, 19 Nov 2018 11:27:57 +0000 Subject: [PATCH] Const correctness --- Grid/lattice/Lattice_transfer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grid/lattice/Lattice_transfer.h b/Grid/lattice/Lattice_transfer.h index 4eca50d6..69c132ed 100644 --- a/Grid/lattice/Lattice_transfer.h +++ b/Grid/lattice/Lattice_transfer.h @@ -487,7 +487,7 @@ void InsertSliceLocal(const Lattice &lowDim, Lattice & higherDim,int template -void ExtractSliceLocal(Lattice &lowDim, Lattice & higherDim,int slice_lo,int slice_hi, int orthog) +void ExtractSliceLocal(Lattice &lowDim,const Lattice & higherDim,int slice_lo,int slice_hi, int orthog) { typedef typename vobj::scalar_object sobj;